Skip to content

Commit

Permalink
examples: fix supabase example for v15 (#76567)
Browse files Browse the repository at this point in the history
  • Loading branch information
saltcod authored Feb 26, 2025
1 parent 991c32a commit c919f09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ values
const server = `import { createClient } from '@/utils/supabase/server'
export default async function Page() {
const supabase = createClient()
const supabase = await createClient()
const { data: notes } = await supabase.from('notes').select()
return <pre>{JSON.stringify(notes, null, 2)}</pre>
Expand Down

0 comments on commit c919f09

Please sign in to comment.