remove random slashes
This commit is contained in:
parent
ca06073f37
commit
8a3002ade1
@ -90,11 +90,11 @@ Future<void> syncAll(BuildContext context) async {
|
||||
'';
|
||||
if (authRes != 'success') {
|
||||
if (kDebugMode) print('ERROR: failed to refresh login');
|
||||
/ lock = false;
|
||||
/ return Future.value();
|
||||
/ } else {
|
||||
/ if (kDebugMode) print('INFO: access token refreshed');
|
||||
/ }
|
||||
lock = false;
|
||||
return Future.value();
|
||||
} else {
|
||||
if (kDebugMode) print('INFO: access token refreshed');
|
||||
}
|
||||
} else {
|
||||
if (kDebugMode) print('INFO: access token is not expired');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user