Skip to content

Commit

Permalink
Merge pull request #9 from wiemanboy/feature/create-profile
Browse files Browse the repository at this point in the history
FIX: remove id from create dto
  • Loading branch information
wiemanboy authored Oct 19, 2024
2 parents abad3a1 + 0df17a7 commit 117397d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.wiemanboy</groupId>
<artifactId>WiemanApi</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<name>WiemanApi</name>
<description>WiemanApi</description>
<url/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import java.util.List;

public record CreateProfileDto(
String id,
String firstName,
String lastName,
String username,
Expand Down

0 comments on commit 117397d

Please sign in to comment.