Skip to content

Commit

Permalink
ignore node-fetch type
Browse files Browse the repository at this point in the history
  • Loading branch information
Bamieh committed Nov 4, 2019
1 parent d7f7f60 commit 27d6b67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/legacy/core_plugins/telemetry/server/fetcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
*/

import moment from 'moment';
// @ts-ignore
import fetch from 'node-fetch';
import { telemetryCollectionManager } from './collection_manager';
import { REPORT_INTERVAL_MS } from '../common/constants';
Expand Down

0 comments on commit 27d6b67

Please sign in to comment.