Skip to content

Commit 5276524

Browse files
committed
Fix syntax error in app.js triggerAutomation line
1 parent 6780df8 commit 5276524

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ async function handleDrop(event, newStage) {
379379
const jobId = document.getElementById('pipelineJobFilter').value;
380380
if (jobId) loadPipeline(jobId);
381381

382-
// Trigger automation
382+
triggerAutomation('application_status_changed', appId, { stage: newStage });
383383
triggerAutomation('application
384384

385385
// ==========================================

0 commit comments

Comments
 (0)