This commit is contained in:
xiaojunnuo
2025-07-14 23:26:54 +08:00
parent 61ba83c775
commit 9fd95e6a1e

View File

@@ -893,7 +893,9 @@ export class PipelineService extends BaseService<PipelineEntity> {
{
id: nanoid(),
title: "定时触发",
cron: randomCron,
props:{
cron: randomCron,
},
type: "cron"
}
],