Skip to content

Commit

Permalink
fix check (#146)
Browse files Browse the repository at this point in the history
* Update relation.proto to use openim.sdkws.BlackInfo for getIncrementalBlacksResp and add GetSpecifiedBlacksReq and GetSpecifiedBlacksResp

* feat: GetSpecifiedUserGroupRequestInfo

* remove unused fields.

* update

* Update constants.

* update fields.

* update const

* update

* update.

* update token

* fix check.
  • Loading branch information
mo3et authored Sep 29, 2024
1 parent 926d842 commit fba68a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"github.com/openimsdk/protocol/constant"
)

func (x *UserTokenReq) Check() error {
func (x *GetAdminTokenReq) Check() error {
if x.UserID == "" {
return errors.New("userID is empty")
}
Expand Down

0 comments on commit fba68a9

Please sign in to comment.