mirror of
https://github.com/certd/certd.git
synced 2026-04-28 07:57:25 +08:00
chore:
This commit is contained in:
@@ -893,7 +893,9 @@ export class PipelineService extends BaseService<PipelineEntity> {
|
|||||||
{
|
{
|
||||||
id: nanoid(),
|
id: nanoid(),
|
||||||
title: "定时触发",
|
title: "定时触发",
|
||||||
cron: randomCron,
|
props:{
|
||||||
|
cron: randomCron,
|
||||||
|
},
|
||||||
type: "cron"
|
type: "cron"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user