mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 16:43:25 +00:00
fix compile errors for fetch-likes
This commit is contained in:
@@ -278,7 +278,7 @@ async function processOptions(options: CommandLineArguments) {
|
||||
let fetcher;
|
||||
|
||||
if (options.fetcher === 'native') {
|
||||
fetcher = makeStandardFetcher(fetch as any);
|
||||
fetcher = makeStandardFetcher(fetch);
|
||||
} else {
|
||||
fetcher = makeStandardFetcher(nodeFetch);
|
||||
}
|
||||
|
Reference in New Issue
Block a user