This commit is contained in:
Andras Schmelczer 2025-01-02 22:06:23 +00:00
parent a628b1f8ce
commit c8b4d6c0ee
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -1,5 +1,5 @@
import * as fetchRetryFactory from "fetch-retry";
import { RequestInitRetryParams } from "fetch-retry";
import type { RequestInitRetryParams } from "fetch-retry";
import { Logger } from "src/tracing/logger";
const fetchWithRetry = fetchRetryFactory.default(fetch);