added moving tags

This commit is contained in:
hannathkadher
2025-01-30 21:43:30 +04:00
parent 93b7f7a154
commit 11faa52283
3 changed files with 58 additions and 4 deletions

View File

@ -323,6 +323,8 @@ export class SpaceService {
updateSpaceDto: UpdateSpaceDto,
): Promise<BaseResponseDto> {
const { communityUuid, spaceUuid, projectUuid } = params;
console.log(communityUuid, spaceUuid, projectUuid);
console.log(updateSpaceDto);
const queryRunner = this.dataSource.createQueryRunner();
try {