修复删除用户参数错误

This commit is contained in:
孟帅
2023-09-08 09:42:19 +08:00
parent 5670aa9c82
commit b05f1fac36
4 changed files with 8 additions and 9 deletions

View File

@@ -49,5 +49,4 @@ func PublishClusterSync(ctx context.Context, channel string, message interface{}
if err != nil {
g.Log().Warningf(ctx, "PublishClusterSync %v LockFunc err:%v", channel, err)
}
return
}