From 553cdb28bf9c29d1cc777b2fc5ac7f3ef37ae25b Mon Sep 17 00:00:00 2001 From: hannathkadher Date: Tue, 4 Mar 2025 00:45:53 +0400 Subject: [PATCH] prettify --- .../services/space-model-product-allocation.service.ts | 3 --- 1 file changed, 3 deletions(-) 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,