Skip to content

Commit

Permalink
update remove "remove user" (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewZuo01 authored Dec 6, 2023
1 parent 66e389a commit fedc2ac
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 291 deletions.
6 changes: 0 additions & 6 deletions user/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,3 @@ func (x *GetSubscribeUsersStatusReq) Check() error {
}
return nil
}
func (x *RemoveUserReq) Check() error {
if x.UserID == "" {
return errors.New("UserID is empty")
}
return nil
}
Loading

0 comments on commit fedc2ac

Please sign in to comment.