Skip to content

Commit a007899

Browse files
authored
Update demos/supabase-todolist/lib/app_config_template.dart
1 parent 32def4d commit a007899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/supabase-todolist/lib/app_config_template.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ class AppConfig {
44
static const String supabaseUrl = 'https://foo.supabase.co';
55
static const String supabaseAnonKey = 'foo';
66
static const String powersyncUrl = 'https://foo.powersync.journeyapps.com';
7-
static const String supabaseStorageBucket = ''; // Optional. Only required when syncing attachments with Supabase Storage. See packages/powersync_attachments_helper.
7+
static const String supabaseStorageBucket = ''; // Optional. Only required when syncing attachments and using Supabase Storage. See packages/powersync_attachments_helper.
88
}

0 commit comments

Comments
 (0)