Skip to content

Commit e301786

Browse files
committed
fix: import errors
1 parent c270a80 commit e301786

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/packages/AgentLiveClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { DEFAULT_AGENT_URL } from "../lib/constants";
22
import { AgentEvents } from "../lib/enums/AgentEvents";
3-
import { DeepgramError } from "../lib/errors.js";
3+
import { DeepgramError } from "../lib/errors";
44
import type {
55
AgentLiveSchema,
66
SpeakModel,

0 commit comments

Comments
 (0)