commenting out

This commit is contained in:
hannathkadher
2025-03-02 00:13:33 +04:00
parent 9250b08b17
commit e90f9d44fc
2 changed files with 7 additions and 7 deletions

View File

@ -66,12 +66,12 @@ export class DisableSpaceHandler
}
const tagUuids = space.tags?.map((tag) => tag.uuid) || [];
const subspaceDtos =
/* const subspaceDtos =
space.subspaces?.map((subspace) => ({
subspaceUuid: subspace.uuid,
})) || [];
})) || []; */
const deletionTasks = [
this.subSpaceService.deleteSubspaces(subspaceDtos, queryRunner),
// this.subSpaceService.deleteSubspaces(subspaceDtos, queryRunner),
this.userService.deleteUserSpace(space.uuid),
this.tagService.deleteTags(tagUuids, queryRunner),
this.deviceService.deleteDevice(