Quick fix for automation timing.
This commit is contained in:
parent
d7db276e47
commit
2f115b5b64
|
@ -102,7 +102,7 @@ class Orchestrator {
|
|||
}
|
||||
|
||||
cleanupTriggerOutputs(stepId: string, triggerOutput: TriggerOutput) {
|
||||
if (stepId === CRON_STEP_ID) {
|
||||
if (stepId === CRON_STEP_ID && !triggerOutput.timestamp) {
|
||||
triggerOutput.timestamp = Date.now()
|
||||
}
|
||||
return triggerOutput
|
||||
|
|
Loading…
Reference in New Issue