mirror of
https://github.com/certd/certd.git
synced 2026-08-09 16:45:50 +08:00
chore: project query
This commit is contained in:
@@ -756,6 +756,9 @@ export class PipelineService extends BaseService<PipelineEntity> {
|
||||
id: pipelineId,
|
||||
},
|
||||
});
|
||||
if(!pipelineEntity){
|
||||
return null
|
||||
}
|
||||
return pipelineEntity.projectId;
|
||||
}
|
||||
private async saveHistory(history: RunHistory) {
|
||||
|
||||
Reference in New Issue
Block a user