Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Dec 20, 2022
1 parent 7f02f1a commit 4da043b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/toolkit/src/listenerMiddleware/task.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
import { TaskAbortError } from './exceptions'
import type { AbortSignalWithReason, TaskResult } from './types'
import {
addAbortSignalListener,
removeAbortSignalListener,
catchRejection,
noop,
} from './utils'
import { addAbortSignalListener, catchRejection, noop } from './utils'

/**
* Synchronously raises {@link TaskAbortError} if the task tied to the input `signal` has been cancelled.
Expand Down

0 comments on commit 4da043b

Please sign in to comment.