Skip to content

Commit

Permalink
fix: remove validate in resp
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jan 9, 2024
1 parent fb02398 commit 0c82d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/dto/user.dto.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ type UpdateUserRequest struct {
}

type DeleteUserResponse struct {
Success bool `json:"success" validate:"required"`
Success bool `json:"success"`
}

0 comments on commit 0c82d9b

Please sign in to comment.