коммит произвёл
Christopher Speller
родитель
01e652ed48
Коммит
816a30397d
@@ -434,7 +434,7 @@ func IsValidUserRoles(userRoles string) bool {
|
||||
}
|
||||
|
||||
func isValidRole(roleId string) bool {
|
||||
_, ok := BuiltInRoles[roleId]
|
||||
_, ok := DefaultRoles[roleId]
|
||||
return ok
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user