mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-03 16:45:59 +08:00
fix bug: args error
This commit is contained in:
@@ -133,9 +133,6 @@ func (x *MarkConversationAsReadReq) Check() error {
|
||||
if x.ConversationID == "" {
|
||||
return errs.ErrArgs.Wrap("conversationID is empty")
|
||||
}
|
||||
if x.Seqs == nil {
|
||||
return errs.ErrArgs.Wrap("seqs is empty")
|
||||
}
|
||||
if x.UserID == "" {
|
||||
return errs.ErrArgs.Wrap("userID is empty")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user