Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
xappyyy committed Dec 26, 2023
1 parent 9fe4a86 commit 64f5180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domains/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type CreateCheckinDTO struct {
}

type CreateUserCompletedDTO struct {
CocktailID uint `json:"cocktail_id" binding:"required"`
CocktailID uint `json:"cocktail_id" binding:"required"`
}
type CreateUserNameDTO struct {
UserName string `json:"user_name" binding:"required"`
Expand Down

0 comments on commit 64f5180

Please sign in to comment.