We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b00049 commit 7603e25Copy full SHA for 7603e25
src/EventDispatcher.ts
@@ -11,7 +11,7 @@ import {
11
} from './interfaces';
12
import { parallelPipe } from 'async-parallel-pipe';
13
import { AsyncIterableBuffer } from 'async-iterable-buffer';
14
-import { getClassName, notEmpty } from './utils';
+import { getClassName } from './utils';
15
import { InMemoryMessageBus } from './in-memory';
16
17
type EventBatchEnvelope = {
0 commit comments