We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0df371 commit afa5208Copy full SHA for afa5208
sdks/js/packages/core/react/utils/index.ts
@@ -213,9 +213,6 @@ export const enrichBasePlan = (plan?: BasePlan): Plan | undefined => {
213
: undefined;
214
};
215
216
-export const defaultFetch = (...fetchParams: Parameters<typeof fetch>) =>
217
- fetch(...fetchParams);
218
-
219
export interface HttpErrorResponse extends Response {
220
data: unknown;
221
error: GooglerpcStatus;
0 commit comments