From 224c64e27106a6b737c3d2cc75094d063b7d3283 Mon Sep 17 00:00:00 2001 From: Mugi Khan Date: Tue, 15 Oct 2024 10:59:22 +0200 Subject: [PATCH] Clean up --- demos/react-native-supabase-todolist/library/powersync/system.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/demos/react-native-supabase-todolist/library/powersync/system.ts b/demos/react-native-supabase-todolist/library/powersync/system.ts index e74b2d21..ca78d05c 100644 --- a/demos/react-native-supabase-todolist/library/powersync/system.ts +++ b/demos/react-native-supabase-todolist/library/powersync/system.ts @@ -31,7 +31,6 @@ export class System { dbFilename: 'sqlite.db' } }); - /** * The snippet below uses OP-SQLite as the default database adapter. * You will have to uninstall `@journeyapps/react-native-quick-sqlite` and