Skip to content

Commit cc34cdf

Browse files
Merge pull request #919 from aakashreddy-p/aakash/fix/testflow-executed-time-issue
fix: added missing field in test flow schedule run SPRW-2829.
2 parents 15c441e + b052a18 commit cc34cdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/workspace/repositories/testflow.repository.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ export class TestflowRepository {
268268
}
269269
const updateOperations: any = {
270270
$set: {
271+
"schedules.$[elem].lastExecuted": nowUtc,
271272
updatedAt: nowUtc,
272273
},
273274
$push: {

0 commit comments

Comments
 (0)