mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 08:04:53 +00:00
add tag_id
This commit is contained in:
@ -395,7 +395,6 @@ export class SpaceModelService {
|
||||
if (!spaceModel) {
|
||||
throw new HttpException('space model not found', HttpStatus.NOT_FOUND);
|
||||
}
|
||||
console.log(JSON.stringify(spaceModel));
|
||||
return spaceModel;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user