chore: eslint

This commit is contained in:
xiaojunnuo
2026-05-31 02:11:00 +08:00
parent 5d60e6191f
commit 3d960c3869
4 changed files with 8 additions and 4 deletions
@@ -271,7 +271,8 @@ export class PipelineController extends CrudController<PipelineService> {
}
private async checkPermissionCall(callback: any) {
let { projectId, userId } = await this.getProjectUserIdWrite();
const { projectId, userId: uid } = await this.getProjectUserIdWrite();
let userId = uid;
if (projectId) {
return await callback({ userId, projectId });
}