Skip to content

Commit

Permalink
refactored put
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardolopezb committed Jul 13, 2023
1 parent 34a9428 commit eabfdbe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class UpdateSnippetDTO {
id: UUID?,
content: String?,
) {
this.id = id
this.content = content
}

Expand Down

0 comments on commit eabfdbe

Please sign in to comment.