Skip to content

Commit

Permalink
fix: use correct import of EventEmitter
Browse files Browse the repository at this point in the history
Amends 501d6d0.

Fixes #309.
  • Loading branch information
orgads committed Jul 8, 2024
1 parent ecf09df commit 6dd3383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/AbstractClient.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import EventEmitter from "events";
import { EventEmitter } from "events";
import { DEFAULT_OPTIONS, DEFAULT_URL } from "../lib/constants";
import { DeepgramError } from "../lib/errors";
import { appendSearchParams, applyDefaults, convertLegacyOptions } from "../lib/helpers";
Expand Down

0 comments on commit 6dd3383

Please sign in to comment.