Skip to content

Commit

Permalink
chore: test webapp
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Nov 8, 2024
1 parent ca955bd commit 9dfeb5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hooks/useSupabase.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ function createClerkSupabaseClient(
): SupabaseClient | null {
if (!session) return null;

console.log('supabaseUrl', supabaseUrl);

return createClient<Database>(supabaseUrl!, supabaseAnonKey!, {
global: {
// Get the custom Supabase token from Clerk
Expand Down

0 comments on commit 9dfeb5f

Please sign in to comment.