Skip to content

Commit 3e854b3

Browse files
chore: remove stray chars
1 parent 29752d6 commit 3e854b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib/types.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export type GenericObject = { [key: string]: string }
1313
export type Fetch = typeof fetch
1414

1515
export type SupabaseClientOptions = {
16-
pf
1716
/**
1817
* The Postgres schema which your tables belong to. Must be on the list of exposed schemas in Supabase. Defaults to 'public'.
1918
*/
@@ -63,7 +62,7 @@ export type SupabaseClientOptions = {
6362
/**
6463
* A custom `fetch` implementation.
6564
*/
66-
fetch?: Optional<Fetch>
65+
fetch?: Fetch
6766
/**
6867
* Optional headers for initializing the client.
6968
*/

0 commit comments

Comments
 (0)