Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Gardner committed Mar 29, 2021
1 parent 889730c commit df420c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/fallback.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ if (needTextEncoderPolyfill) {

import * as protobuf from 'protobufjs';
import * as gax from './gax';
import nodeFetch from 'node-fetch';
//import nodeFetch from 'node-fetch';
const nodeFetch = require('node-fetch').default;
import {Response as NodeFetchResponse} from 'node-fetch';
import * as routingHeader from './routingHeader';
import {AbortController as NodeAbortController} from 'abort-controller';
Expand Down

0 comments on commit df420c6

Please sign in to comment.