Skip to content

Commit

Permalink
fix initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmichel committed Jan 7, 2024
1 parent 0e2cbb7 commit d573d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/Examples/ExamplesApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ struct ExamplesApp: App {
}

let supabase = SupabaseClient(
supabaseURL: Secrets.supabaseURL,
supabaseURL: Secrets.supabaseURL.absoluteString,
supabaseKey: Secrets.supabaseAnonKey
)

0 comments on commit d573d3e

Please sign in to comment.