Skip to content

Commit

Permalink
rename customFetch to _experimentalCustomFetch
Browse files Browse the repository at this point in the history
i want to avoid taking any new namespaces while i think about the best way to do this
  • Loading branch information
lukeocodes authored Apr 25, 2024
1 parent 22c4efe commit f68b1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/types/DeepgramClientOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface DeepgramClientOptions {
url?: string;
};
fetch?: FetchOptions;
customFetch?: Fetch;
_experimentalCustomFetch?: Fetch;
restProxy?: {
url: null | string;
};
Expand Down

0 comments on commit f68b1e3

Please sign in to comment.