fix: 修复无法设置角色的bug

This commit is contained in:
xiaojunnuo
2024-10-15 11:55:59 +08:00
parent e85b441f60
commit 02fe704769
3 changed files with 39 additions and 15 deletions

View File

@@ -237,7 +237,7 @@ export class PipelineService extends BaseService<PipelineEntity> {
});
}
async delete(id: number) {
async delete(id: any) {
await this.clearTriggers(id);
//TODO 删除storage
// const storage = new DbStorage(pipeline.userId, this.storageService);