Skip to content

Commit 138f126

Browse files
committed
Fix duplicate triggerAutomation call and function
1 parent 401ad8e commit 138f126

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

js/app.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -573,9 +573,9 @@ function scheduleInterview(applicationId) {
573573
}
574574

575575
function triggerAutomation(event, id, data) {
576-
// Automation trigger placeholder
577-
console.log('Automation:', event, id, data);
578-
}
576+
577+
578+
579579

580580
function triggerAutomation(event, id, data) {
581581
// Automation trigger placeholder

0 commit comments

Comments
 (0)