mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-11 20:45:57 +08:00
refactor: remove limit
This commit is contained in:
+1
-1
@@ -82,7 +82,7 @@ func (e *codeError) Is(err error, loose ...bool) bool {
|
||||
}
|
||||
|
||||
func (e *codeError) Error() string {
|
||||
return fmt.Sprintf("[%d]%s", e.code, e.msg)
|
||||
return fmt.Sprintf("%s", e.msg)
|
||||
}
|
||||
|
||||
func Unwrap(err error) error {
|
||||
|
||||
Reference in New Issue
Block a user