Skip to content

Commit 93175af

Browse files
committed
Fix type typo for video transcription id
1 parent 20230fa commit 93175af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/src/events/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export const Hearing = BaseEvent.extend({
7979
type: L("hearing"),
8080
content: HearingContent,
8181
videoURL: Optional(String),
82-
videoAssemblyId: Optional(String),
82+
videoTranscriptionId: Optional(String),
8383
videoFetchedAt: Optional(InstanceOf(Timestamp))
8484
})
8585

0 commit comments

Comments
 (0)