Skip to content

Commit aa60917

Browse files
remove comma
1 parent 52096f4 commit aa60917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Demo/PowerSyncExample/_Secrets.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Foundation
44
enum Secrets {
55
static let powerSyncEndpoint = "https://your-id.powersync.journeyapps.com"
66
static let supabaseURL = URL(string: "https://your-id.supabase.co")!
7-
static let supabaseAnonKey = "anon-key",
7+
static let supabaseAnonKey = "anon-key"
88
// Optional storage bucket name. Set to nil if you don't want to use storage.
99
static let supabaseStorageBucket = "media"
1010
}

0 commit comments

Comments
 (0)