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