File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ export default class SupabaseClient<
5151 protected storageKey : string
5252 protected fetch ?: Fetch
5353 protected changedAccessToken ?: string
54- protected accessToken ?: ( ) => Promise < string >
54+ protected accessToken ?: ( ) => Promise < string | null >
5555
5656 protected headers : Record < string , string >
5757
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ export type SupabaseClientOptions<SchemaName> = {
7777 * Create another client if you wish to use Supabase Auth and third-party
7878 * authentications concurrently in the same application.
7979 */
80- accessToken ?: ( ) => Promise < string >
80+ accessToken ?: ( ) => Promise < string | null >
8181}
8282
8383export type GenericRelationship = {
You can’t perform that action at this time.
0 commit comments