Merge pull request #214 from SyncrowIOT:feat/update-space

return just message
This commit is contained in:
hannathkadher
2025-01-12 13:49:11 +04:00
committed by GitHub

View File

@ -366,7 +366,6 @@ export class SpaceService {
return new SuccessResponseDto({
message: `Space with ID ${spaceUuid} successfully updated`,
data: space,
statusCode: HttpStatus.OK,
});
} catch (error) {