Skip to content

Commit afa5208

Browse files
committed
chore: remove defaultFetch
1 parent f0df371 commit afa5208

File tree

1 file changed

+0
-3
lines changed
  • sdks/js/packages/core/react/utils

1 file changed

+0
-3
lines changed

sdks/js/packages/core/react/utils/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,6 @@ export const enrichBasePlan = (plan?: BasePlan): Plan | undefined => {
213213
: undefined;
214214
};
215215

216-
export const defaultFetch = (...fetchParams: Parameters<typeof fetch>) =>
217-
fetch(...fetchParams);
218-
219216
export interface HttpErrorResponse extends Response {
220217
data: unknown;
221218
error: GooglerpcStatus;

0 commit comments

Comments
 (0)