Skip to content

Commit

Permalink
fix: import errors
Browse files Browse the repository at this point in the history
  • Loading branch information
naomi-lgbt committed Feb 11, 2025
1 parent c270a80 commit e301786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/AgentLiveClient.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { DEFAULT_AGENT_URL } from "../lib/constants";
import { AgentEvents } from "../lib/enums/AgentEvents";
import { DeepgramError } from "../lib/errors.js";
import { DeepgramError } from "../lib/errors";
import type {
AgentLiveSchema,
SpeakModel,
Expand Down

0 comments on commit e301786

Please sign in to comment.