diff --git a/src/space-model/services/space-model-product-allocation.service.ts b/src/space-model/services/space-model-product-allocation.service.ts index d45c1a7..6e56c3d 100644 --- a/src/space-model/services/space-model-product-allocation.service.ts +++ b/src/space-model/services/space-model-product-allocation.service.ts @@ -28,7 +28,6 @@ export class SpaceModelProductAllocationService { queryRunner?: QueryRunner, modifySubspaceModels?: ModifySubspaceModelDto[], ): Promise { - try { if (!tags.length) return []; @@ -38,8 +37,6 @@ export class SpaceModelProductAllocationService { queryRunner, ); - - const productAllocations: SpaceModelProductAllocationEntity[] = []; const existingAllocations = new Map< string,