mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
perf: plugins增加图标
This commit is contained in:
@@ -180,7 +180,6 @@ export class PipelineService extends BaseService<PipelineEntity> {
|
||||
* 应用启动后初始加载记录
|
||||
*/
|
||||
async onStartup(immediateTriggerOnce: boolean, onlyAdminUser: boolean) {
|
||||
logger.info('加载定时trigger开始');
|
||||
await this.foreachPipeline(async entity => {
|
||||
if (onlyAdminUser && entity.userId !== 1) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user