1
0
Fork 0
mirror of synced 2024-08-13 17:11:49 +12:00

Merge branch 'develop' into account-portal-auth-api-testing-2

This commit is contained in:
Mitch-Budibase 2023-09-07 16:51:24 +01:00 committed by GitHub
commit 2502d87326
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{
"version": "2.9.40-alpha.1",
"version": "2.9.40-alpha.2",
"npmClient": "yarn",
"packages": [
"packages/*"

View file

@ -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