service clean up

This commit is contained in:
hannathkadher
2024-12-23 08:44:10 +04:00
parent 2dd48b7bc2
commit 5d4f04611f
17 changed files with 8 additions and 860 deletions

View File

@ -108,12 +108,6 @@ export class SpaceService {
products,
queryRunner,
);
} else if (spaceModel && spaceModel.spaceProductModels.length) {
await this.spaceProductService.createFromModel(
spaceModel,
newSpace,
queryRunner,
);
}
await queryRunner.commitTransaction();