Skip to content

Commit

Permalink
chore: remove extra client header
Browse files Browse the repository at this point in the history
  • Loading branch information
j4w8n-malynium committed May 29, 2023
1 parent 17228fc commit a1ef9a9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/lib/server/locals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ export const locals = (async ({ event, resolve }) => {
} : null

locals.supabase = createClient(env.PUBLIC_SUPABASE_URL || '', env.PUBLIC_SUPABASE_ANON_KEY || '', {
global: {
headers: {
'X-Client-Info': '[email protected]'
}
},
auth: {
persistSession: false,
autoRefreshToken: false,
Expand Down

0 comments on commit a1ef9a9

Please sign in to comment.