mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-18 19:55:13 +00:00
Merge branch 'dev' of https://github.com/SyncrowIOT/backend into feat/fix-propagation
This commit is contained in:
@ -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',
|
||||
],
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user