1.0.0 #253
| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user