Remove TODO
This commit is contained in:
parent
c75bc2f784
commit
d30851c257
1 changed files with 0 additions and 1 deletions
|
@ -158,7 +158,6 @@ class SyncService {
|
|||
if (!Configuration.instance.hasConfiguredAccount()) {
|
||||
return Future.error("Account not configured yet");
|
||||
}
|
||||
// TODO: Verify collection sync on different device
|
||||
await CollectionsService.instance.sync();
|
||||
await _persistEncryptedFilesDiff();
|
||||
await _uploadDiff();
|
||||
|
|
Loading…
Add table
Reference in a new issue