fix: fix IsShared implementation

This commit is contained in:
JustSong
2023-05-06 11:49:56 +08:00
parent 3e51538fdf
commit 581d9d62dc
4 changed files with 10 additions and 5 deletions
+1
View File
@@ -604,6 +604,7 @@ func ManageUser(c *gin.Context) {
})
return
}
channel.TokenStoreRemoveUser(&user)
case "promote":
if myRole != common.RoleRootUser {
c.JSON(http.StatusOK, gin.H{