cicd: bump League Patch (#2117)

This commit is contained in:
OpenIM Bot
2024-03-19 14:23:50 +08:00
committed by GitHub
parent 8f218057e4
commit c69522b878
5 changed files with 31 additions and 4 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ func (s *friendServer) AddBlack(ctx context.Context, req *pbfriend.AddBlackReq)
CreateTime: time.Now(),
Ex: req.Ex,
}
if err := s.blackDatabase.Create(ctx, []*relation.BlackModel{&black}); err != nil {
return nil, err
}