minor change
This commit is contained in:
parent
0cbcfcfb93
commit
578c822b01
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ class LocalSyncService {
|
|||
Future<void> checkAndSync() async {
|
||||
_logger.info("Something changed on disk");
|
||||
if (_existingSync != null) {
|
||||
await _existingSync.future;
|
||||
await _existingSync!.future;
|
||||
}
|
||||
if (hasGrantedLimitedPermissions()) {
|
||||
syncAll();
|
||||
|
|
Loading…
Add table
Reference in a new issue