This commit is contained in:
hannathkadher
2025-03-04 00:45:53 +04:00
parent 34f4b61ae0
commit 553cdb28bf

View File

@ -28,7 +28,6 @@ export class SpaceModelProductAllocationService {
queryRunner?: QueryRunner, queryRunner?: QueryRunner,
modifySubspaceModels?: ModifySubspaceModelDto[], modifySubspaceModels?: ModifySubspaceModelDto[],
): Promise<SpaceModelProductAllocationEntity[]> { ): Promise<SpaceModelProductAllocationEntity[]> {
try { try {
if (!tags.length) return []; if (!tags.length) return [];
@ -38,8 +37,6 @@ export class SpaceModelProductAllocationService {
queryRunner, queryRunner,
); );
const productAllocations: SpaceModelProductAllocationEntity[] = []; const productAllocations: SpaceModelProductAllocationEntity[] = [];
const existingAllocations = new Map< const existingAllocations = new Map<
string, string,