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 (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');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user