Skip to content

Commit

Permalink
fix(test): use non-null videoId
Browse files Browse the repository at this point in the history
  • Loading branch information
mechkg committed Jan 15, 2025
1 parent f70da16 commit f944e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/prompts/custom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const videoPrompt: Prompts['video-prompt'] = copy({
type: 'custom',
id: 'video-prompt',
name: 'Video prompt',
videoId: '',
videoId: '123',
height: 720,
width: 1280,
autoplay: false,
Expand Down

0 comments on commit f944e5c

Please sign in to comment.