Skip to content

Commit 105580c

Browse files
committed
Removed redundant await.
1 parent 8446b39 commit 105580c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/local-only-todolist/lib/powersync.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,6 @@ Future<void> logout() async {
212212
await db.disconnectAndClear();
213213

214214
// Resetting app so that no-sync mode works again
215-
await await setSyncEnabled(false);
215+
await setSyncEnabled(false);
216216
await openDatabase();
217217
}

0 commit comments

Comments
 (0)