Skip to content

Commit

Permalink
fix(AxonClient): correctly import EventEmitter
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaaz committed Mar 19, 2020
1 parent cedcd9f commit 4907792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AxonClient.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Lib - Modules
import EventEmitter from 'events';
import { EventEmitter } from 'events';
import util from 'util';

// Core - Core
Expand Down

0 comments on commit 4907792

Please sign in to comment.