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