fix: change POST user update profile and delete input.role
This commit is contained in:
@@ -4,5 +4,4 @@ type UpdateUserInput struct {
|
||||
FirstName string `json:"first_name"`
|
||||
LastName string `json:"last_name"`
|
||||
Phone string `json:"phone"`
|
||||
Role string `json:"role"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user