Skip to content

Commit

Permalink
Make from_finalize optional for backwards compatibility
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and naomi-lgbt committed Jan 21, 2025
1 parent 2039f59 commit 77627d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/types/LiveTranscriptionEvent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ export interface LiveTranscriptionEvent {
};
model_uuid: string;
};
from_finalize: boolean;
from_finalize?: boolean;
}

0 comments on commit 77627d5

Please sign in to comment.