diff --git a/lib/services/sync_service.dart b/lib/services/sync_service.dart index 2a777566d..bc153e552 100644 --- a/lib/services/sync_service.dart +++ b/lib/services/sync_service.dart @@ -158,7 +158,7 @@ class SyncService { if (!Configuration.instance.hasConfiguredAccount()) { return Future.error("Account not configured yet"); } - // TODO: Verify flow starting here + // TODO: Verify collection sync on different device await CollectionsService.instance.sync(); await _persistEncryptedFilesDiff(); await _uploadDiff();