Merge branch 'dev' of https://github.com/SyncrowIOT/backend into feat/fix-propagation

This commit is contained in:
hannathkadher
2025-03-10 05:58:50 +04:00
3 changed files with 7 additions and 19 deletions

View File

@ -170,10 +170,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',
],
});