remove random slashes

This commit is contained in:
BalazsManus 2025-02-20 14:07:29 +01:00
parent ca06073f37
commit 8a3002ade1

View File

@ -90,11 +90,11 @@ Future<void> syncAll(BuildContext context) async {
''; '';
if (authRes != 'success') { if (authRes != 'success') {
if (kDebugMode) print('ERROR: failed to refresh login'); if (kDebugMode) print('ERROR: failed to refresh login');
/ lock = false; lock = false;
/ return Future.value(); return Future.value();
/ } else { } else {
/ if (kDebugMode) print('INFO: access token refreshed'); if (kDebugMode) print('INFO: access token refreshed');
/ } }
} else { } else {
if (kDebugMode) print('INFO: access token is not expired'); if (kDebugMode) print('INFO: access token is not expired');
} }