mirror of https://github.com/certd/certd
chore:
parent
61ba83c775
commit
9fd95e6a1e
|
@ -893,7 +893,9 @@ export class PipelineService extends BaseService<PipelineEntity> {
|
||||||
{
|
{
|
||||||
id: nanoid(),
|
id: nanoid(),
|
||||||
title: "定时触发",
|
title: "定时触发",
|
||||||
|
props:{
|
||||||
cron: randomCron,
|
cron: randomCron,
|
||||||
|
},
|
||||||
type: "cron"
|
type: "cron"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue