Skip to content

Commit

Permalink
fix type error (another)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucleray committed Jan 27, 2020
1 parent 6979b5f commit 1d0dace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/now-client/src/utils/index.ts
@@ -1,6 +1,6 @@
import { DeploymentFile } from './hashes';
import { parse as parseUrl } from 'url';
import { RequestInit } from 'node-fetch';
import { FetchOptions } from '@zeit/fetch';
import { nodeFetch, zeitFetch } from './fetch';
import { join, sep } from 'path';
import qs from 'querystring';
Expand Down Expand Up @@ -115,7 +115,7 @@ export async function getNowIgnore(path: string | string[]): Promise<any> {
return { ig, ignores };
}

interface FetchOpts extends RequestInit {
interface FetchOpts extends FetchOptions {
apiUrl?: string;
method?: string;
teamId?: string;
Expand Down

0 comments on commit 1d0dace

Please sign in to comment.