Skip to content

Commit

Permalink
Remove reference to GlobalFetch in Typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
abdonrd committed Oct 4, 2019
1 parent f9c0426 commit 86f17dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apollo-boost/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export interface PresetConfig {
uri?: string | UriFunction;
credentials?: string;
headers?: any;
fetch?: GlobalFetch['fetch'];
fetch?: WindowOrWorkerGlobalScope['fetch'];
fetchOptions?: HttpLink.Options;
clientState?: ClientStateConfig;
onError?: ErrorLink.ErrorHandler;
Expand Down

0 comments on commit 86f17dd

Please sign in to comment.