diff --git a/src/github/common/utils.ts b/src/github/common/utils.ts index e85691a0be..3894653e18 100644 --- a/src/github/common/utils.ts +++ b/src/github/common/utils.ts @@ -1,6 +1,7 @@ import { getUserAgent } from "universal-user-agent"; import { createGitHubError } from "./errors.js"; import { VERSION } from "./version.js"; +import fetch, { Response } from "node-fetch"; type RequestOptions = { method?: string;