mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-17 03:05:13 +00:00
added space delete
This commit is contained in:
@ -44,6 +44,7 @@ export class ValidationService {
|
||||
async validateSpace(spaceUuid: string): Promise<SpaceEntity> {
|
||||
const space = await this.spaceRepository.findOne({
|
||||
where: { uuid: spaceUuid },
|
||||
relations: ['subspaces', 'tags'],
|
||||
});
|
||||
|
||||
if (!space) {
|
||||
|
Reference in New Issue
Block a user