mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 08:54:54 +00:00
added moving tags
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user