We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae1a4d6 commit 9052859Copy full SHA for 9052859
1 file changed
dto/user_dto.go
@@ -35,7 +35,7 @@ type (
35
UserCreateRequest struct {
36
Name string `json:"name" form:"name" binding:"required"`
37
UserName string `json:"username" form:"username" binding:"required"`
38
- Bio string `json:"bio" form:"bio" binding:"required"`
+ Bio string `json:"bio" form:"bio"`
39
Image *multipart.FileHeader `json:"image" form:"image"`
40
Password string `json:"password" form:"password" binding:"required"`
41
}
0 commit comments