lint
This commit is contained in:
parent
b5260e97e9
commit
9ad54eff7a
21 changed files with 76 additions and 75 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import * as fetchRetryFactory from "fetch-retry";
|
||||
import type { RequestInitRetryParams } from "fetch-retry";
|
||||
import type { Logger } from "src/tracing/logger";
|
||||
import type { Logger } from "../tracing/logger";
|
||||
|
||||
function getUrlFromInput(input: RequestInfo | URL): string {
|
||||
if (input instanceof URL) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue