Skip to content

Commit a3698c4

Browse files
committed
Closing bracket
1 parent 78eb283 commit a3698c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Demo/PowerSyncExample/_Secrets.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ 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"
8+
}

0 commit comments

Comments
 (0)