Skip to content

Commit 16e4b19

Browse files
authored
Merge pull request #1847 from boazsender/automated-transcriptions
Fix type typo for video transcription id
2 parents 20230fa + 93175af commit 16e4b19

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)