mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
perf: 支持公告功能
This commit is contained in:
@@ -695,7 +695,7 @@ export class PipelineService extends BaseService<PipelineEntity> {
|
||||
triggerType = null;
|
||||
} else {
|
||||
logger.info(`timer trigger:${key}, ${found.title}, ${JSON.stringify(found.props)}`);
|
||||
triggerType = "timer";
|
||||
triggerType = found.type || "timer";
|
||||
}
|
||||
}
|
||||
return triggerType;
|
||||
|
||||
Reference in New Issue
Block a user