Skip to content

Commit

Permalink
fix(transcriptionscallback): changed return type to void instead of o…
Browse files Browse the repository at this point in the history
…bject
  • Loading branch information
ravindra-dyte committed Jun 23, 2022
1 parent 6262781 commit 6bf1f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transcript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface InitConfig {
noOfTranscriptionsToCache?: number,
transcriptionsCallback: (
allFormattedTranscriptions: BroadcastMessagePayload[]
) => {},
) => void,
}

export interface CleanupConfig{
Expand Down

0 comments on commit 6bf1f41

Please sign in to comment.