This commit is contained in:
Neeraj Gupta
2024-05-29 14:02:50 +05:30
parent 319108db1b
commit edb6c804e6

View File

@@ -145,7 +145,8 @@ class Configuration {
await logout(autoLogout: true);
} else {
_logger.warning(
'Platform error ${error.message} with string ${error.toString()}');
'Platform error ${error.message} with string ${error.toString()}',
);
rethrow;
}
} else {