Skip to content

Commit 0516093

Browse files
authored
Merge pull request #13 from supabase/func-client-default-options
fix: FunctionsClient constructor default options
2 parents f687284 + 9b3635b commit 0516093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export class FunctionsClient {
1414
}: {
1515
headers?: Record<string, string>
1616
customFetch?: Fetch
17-
}
17+
} = {}
1818
) {
1919
this.url = url
2020
this.headers = headers

0 commit comments

Comments
 (0)