fix(fetcher): import correct Headers
This commit is contained in:
parent
f701ed39ef
commit
e03621db0b
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import { Mutex, Semaphore, SemaphoreInterface, withTimeout } from 'async-mutex';
|
|||
import CachePolicy from 'http-cache-semantics';
|
||||
import { LRUCache } from 'lru-cache';
|
||||
import { Cookie, CookieJar } from 'tough-cookie';
|
||||
import { fetch, RequestInit, Response } from 'undici';
|
||||
import { fetch, Headers, RequestInit, Response } from 'undici';
|
||||
import winston from 'winston';
|
||||
import { BlockedError, HttpError, NotFoundError, QueueIsFullError, TimeoutError, TooManyRequestsError, TooManyTimeoutsError } from '../error';
|
||||
import { BlockedReason, Context } from '../types';
|
||||
|
|
|
|||
Loading…
Reference in a new issue