Skip to content

Commit

Permalink
fix: do not set a default parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
madhugb committed Jan 3, 2024
1 parent 8399ee6 commit ee3af81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/symbl_transcriptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async function activateTranscriptions({
connectionId,
speakerUserId,
symblStartRequestParams = {},
symblStreamingMessageCallback = () => {},
symblStreamingMessageCallback,
}: ActivateTranscriptionsConfig) {
// As a fail-safe, deactivateTranscriptions if activateTranscriptions function is called twice
// eslint-disable-next-line no-use-before-define
Expand Down

0 comments on commit ee3af81

Please sign in to comment.