fixing(gateway)
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ class JwtService(
|
||||
permissionStrings?.mapNotNull {
|
||||
try {
|
||||
BerechtigungE.valueOf(it)
|
||||
} catch (e: Exception) {
|
||||
} catch (_: Exception) {
|
||||
null
|
||||
}
|
||||
} ?: emptyList()
|
||||
|
||||
Reference in New Issue
Block a user