Skip to content

Commit 80e2331

Browse files
orgadslukeocodes
authored andcommitted
fix: use correct import of EventEmitter
Amends 501d6d0. Fixes #309.
1 parent a22824e commit 80e2331

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/packages/AbstractClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import EventEmitter from "events";
1+
import { EventEmitter } from "events";
22
import { DEFAULT_OPTIONS, DEFAULT_URL } from "../lib/constants";
33
import { DeepgramError } from "../lib/errors";
44
import { appendSearchParams, applyDefaults, convertLegacyOptions } from "../lib/helpers";

0 commit comments

Comments
 (0)