Skip to content

Commit

Permalink
Use correct AbortController
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed Jun 16, 2020
1 parent b8630c3 commit 641141e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@

import { RequestHandler } from 'src/core/server';
import { TypeOf } from '@kbn/config-schema';
// @ts-ignore not typed
import { AbortController } from 'abortcontroller-polyfill/dist/cjs-ponyfill';
import { AbortController } from 'abort-controller';
import {
GetAgentsResponse,
GetOneAgentResponse,
Expand Down

0 comments on commit 641141e

Please sign in to comment.