Skip to content

Commit

Permalink
Fix p-event
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Oct 31, 2021
1 parent 8f4e04b commit cb54e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/timeout.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// eslint-disable-next-line no-shadow
import AbortController from 'abort-controller'
import delay from 'delay'
import pEvent from 'p-event'
import { pEvent } from 'p-event'

// TODO: replace with `timers` after dropping support for Node <15
export const createController = function () {
Expand Down

0 comments on commit cb54e35

Please sign in to comment.