fixing(gateway)

This commit is contained in:
2025-08-14 00:35:51 +02:00
parent b67d75543e
commit d0232c23a0
11 changed files with 50 additions and 26 deletions
@@ -79,7 +79,7 @@ class JwtService(
permissionStrings?.mapNotNull {
try {
BerechtigungE.valueOf(it)
} catch (e: Exception) {
} catch (_: Exception) {
null
}
} ?: emptyList()