fix create space

This commit is contained in:
hannathkadher
2025-03-09 20:12:19 +04:00
parent 63f1f7a7c0
commit 054df46936
2 changed files with 5 additions and 5 deletions

View File

@ -165,10 +165,10 @@ export class ValidationService {
where: { uuid: spaceModelUuid },
relations: [
'subspaceModels',
'subspaceModels.tags',
'tags',
'subspaceModels.tags.product',
'tags.product',
'subspaceModels.productAllocations',
'subspaceModels.productAllocations.tags',
'productAllocations.product',
'productAllocations.tags',
],
});