diff --git a/src/index.ts b/src/index.ts index 99cf5ea..fef1a2e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -14,7 +14,7 @@ export class FunctionsClient { }: { headers?: Record customFetch?: Fetch - } + } = {} ) { this.url = url this.headers = headers