Skip to content

Commit

Permalink
Update createBrowserClient.ts to allow for ONE option only instead of…
Browse files Browse the repository at this point in the history
… enforcing cookies (#756)
  • Loading branch information
activenode committed Apr 4, 2024
1 parent 84ef39c commit 3f9dc4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ssr/src/createBrowserClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function createBrowserClient<
supabaseUrl: string,
supabaseKey: string,
options?: SupabaseClientOptions<SchemaName> & {
cookies: CookieMethods;
cookies?: CookieMethods;
cookieOptions?: CookieOptionsWithName;
isSingleton?: boolean;
}
Expand Down

0 comments on commit 3f9dc4f

Please sign in to comment.