mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 12:44:54 +00:00
service clean up
This commit is contained in:
@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user