Skip to content

Commit

Permalink
Revert "fix type error (another)"
Browse files Browse the repository at this point in the history
This reverts commit 1d0dace.
  • Loading branch information
lucleray committed Jan 27, 2020
1 parent a2f1c2f commit 820db23
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 { FetchOptions } from '@zeit/fetch';
import { RequestInit } from 'node-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 FetchOptions {
interface FetchOpts extends RequestInit {
apiUrl?: string;
method?: string;
teamId?: string;
Expand Down

0 comments on commit 820db23

Please sign in to comment.