Skip to content

Commit e771924

Browse files
committed
supbase fix
1 parent 075c0d0 commit e771924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/db/supabase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { createClient } from "@supabase/supabase-js"
22

33
const supabaseUrl = import.meta.env.PUBLIC_SUPABASE_URL
4-
const supabaseKey = import.meta.env.PUBLIC_SUPABASE_KEY
4+
const supabaseKey = import.meta.env.PUBLIC_SUPABASE_ANON_KEY
55

66
// Export a function that safely creates the client
77
export function getSupabaseClient() {

0 commit comments

Comments
 (0)