mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-27 05:14:53 +00:00
fixed issue in create space with space model
This commit is contained in:
@ -481,6 +481,7 @@ export class SpaceModelService {
|
||||
await this.subspaceRepository.save(subspace);
|
||||
}
|
||||
|
||||
|
||||
const subspaceAllocations = subspaceModel.productAllocations.map(
|
||||
(modelAllocation) =>
|
||||
this.subspaceProductAllocationRepository.create({
|
||||
|
||||
Reference in New Issue
Block a user