Skip to content

Commit 562415c

Browse files
committed
biome: format academy-video-workflows.ts
1 parent 6201927 commit 562415c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

apps/docs/components/workflow-preview/academy-video-workflows.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,12 @@ export const AV_SUPPORT_DESK_WORKFLOW: PreviewWorkflow = {
307307
edges: [
308308
{ id: 'start-triage', source: 'start', target: 'triage' },
309309
{ id: 'triage-condition', source: 'triage', target: 'condition' },
310-
{ id: 'condition-escalate', source: 'condition', target: 'escalate', sourceHandle: 'condition-if' },
310+
{
311+
id: 'condition-escalate',
312+
source: 'condition',
313+
target: 'escalate',
314+
sourceHandle: 'condition-if',
315+
},
311316
{ id: 'condition-reply', source: 'condition', target: 'reply', sourceHandle: 'condition-else' },
312317
{ id: 'escalate-log', source: 'escalate', target: 'log' },
313318
{ id: 'reply-log', source: 'reply', target: 'log' },

0 commit comments

Comments
 (0)