mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 20:14:54 +00:00
prettier
This commit is contained in:
@ -113,7 +113,8 @@ export class SpaceModelService {
|
|||||||
pageable.where = {
|
pageable.where = {
|
||||||
project: { uuid: param.projectUuid },
|
project: { uuid: param.projectUuid },
|
||||||
};
|
};
|
||||||
pageable.include = 'subspaceModels,tags,subspaceModels.tags,tags.product,subspaceModels.tags.product';
|
pageable.include =
|
||||||
|
'subspaceModels,tags,subspaceModels.tags,tags.product,subspaceModels.tags.product';
|
||||||
|
|
||||||
const customModel = TypeORMCustomModel(this.spaceModelRepository);
|
const customModel = TypeORMCustomModel(this.spaceModelRepository);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user