Remove redundant todo
This commit is contained in:
parent
e6a73f882d
commit
ef65350826
1 changed files with 0 additions and 2 deletions
|
@ -154,8 +154,6 @@ class SyncService {
|
|||
}
|
||||
|
||||
Future<void> _syncWithRemote() async {
|
||||
// TODO: Fix race conditions triggered due to concurrent syncs.
|
||||
// Add device_id/last_sync_timestamp to the upload request?
|
||||
if (!Configuration.instance.hasConfiguredAccount()) {
|
||||
return Future.error("Account not configured yet");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue