Skip to content

Commit bd0a5aa

Browse files
committed
fix(triggers): rename type to meeting_type to avoid TriggerOutput type collision
1 parent 4fd970a commit bd0a5aa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

apps/sim/triggers/zoom/utils.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,10 @@ export function buildMeetingOutputs(): Record<string, TriggerOutput> {
128128
id: { type: 'number', description: 'Meeting ID' },
129129
uuid: { type: 'string', description: 'Meeting UUID' },
130130
topic: { type: 'string', description: 'Meeting topic' },
131-
meeting_type: { type: 'number', description: 'Meeting type (1=instant, 2=scheduled, etc.)' },
131+
meeting_type: {
132+
type: 'number',
133+
description: 'Meeting type (1=instant, 2=scheduled, etc.)',
134+
},
132135
host_id: { type: 'string', description: 'Host user ID' },
133136
start_time: { type: 'string', description: 'Meeting start time (ISO 8601)' },
134137
end_time: {

0 commit comments

Comments
 (0)