Mitglieder auf einem Server anzeigen #130 #206
@ -28,7 +28,7 @@ class AuthUserRepositoryService(AuthUserRepositoryABC):
|
||||
|
||||
@staticmethod
|
||||
def _get_value_from_result(value: any) -> Optional[any]:
|
||||
if isinstance(value, str) and "NULL" in value:
|
||||
if isinstance(value, str) and "null" in value:
|
||||
return None
|
||||
|
||||
return value
|
||||
|
Loading…
Reference in New Issue
Block a user