Skip to content

Commit 7152d5c

Browse files
committed
chore: smol lint
1 parent 9355012 commit 7152d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SupabaseClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export default class SupabaseClient {
147147
persistSession,
148148
detectSessionInUrl,
149149
localStorage,
150-
headers
150+
headers,
151151
}: SupabaseClientOptions) {
152152
const authHeaders = {
153153
Authorization: `Bearer ${this.supabaseKey}`,

0 commit comments

Comments
 (0)