Merge remote-tracking branch 'origin/errcode' into errcode

This commit is contained in:
withchao
2023-01-12 17:52:25 +08:00
3 changed files with 2 additions and 9 deletions
-1
View File
@@ -105,7 +105,6 @@ func (s *cacheServer) DelFriendIDListFromCache(ctx context.Context, req *pbCache
if err := rocksCache.DelFriendIDListFromCache(ctx, req.UserID); err != nil {
return
}
log.NewInfo(req.OperationID, utils.GetSelfFuncName(), "req: ", resp.String())
return
}