Skip to content

Commit

Permalink
fix: accidental import added by merge(backport)
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Sep 26, 2023
1 parent da5a2b7 commit 77207f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion lib/build/utils.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions lib/build/utils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion lib/ts/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import NormalisedURLPath from "./normalisedURLPath";
import type { BaseRequest, BaseResponse } from "./framework";
import { logDebugMessage } from "./logger";
import { HEADER_RID } from "./constants";
import fetch from "cross-fetch";
import crossFetch from "cross-fetch";

export const doFetch: typeof fetch = (...args) => {
Expand Down

0 comments on commit 77207f9

Please sign in to comment.