This commit is contained in:
withchao
2023-04-18 18:19:25 +08:00
parent 5da12839fb
commit 36da39e5ab
2 changed files with 1 additions and 42 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ func (g *groupDatabase) CreateGroup(ctx context.Context, groups []*relationTb.Gr
cache = cache.DelGroupMemberIDs(groupMember.GroupID).DelGroupMembersHash(groupMember.GroupID).DelJoinedGroupID(groupMember.UserID).DelGroupsMemberNum(groupMember.GroupID)
}
}
return g.cache.ExecDel(ctx)
return cache.ExecDel(ctx)
})
}