fix: allow clearing user remark in basic info update
Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ type (
|
||||
RefererId *int64 `json:"referer_id"`
|
||||
Enable *bool `json:"enable"`
|
||||
IsAdmin *bool `json:"is_admin"`
|
||||
Remark string `json:"remark"`
|
||||
Remark *string `json:"remark"`
|
||||
}
|
||||
UpdateUserNotifySettingRequest {
|
||||
UserId int64 `json:"user_id" validate:"required"`
|
||||
|
||||
Reference in New Issue
Block a user