Merge branch 'develop' into account-portal-auth-api-testing-2
This commit is contained in:
commit
2502d87326
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "2.9.40-alpha.1",
|
||||
"version": "2.9.40-alpha.2",
|
||||
"npmClient": "yarn",
|
||||
"packages": [
|
||||
"packages/*"
|
||||
|
|
|
@ -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