mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-16 02:36:19 +00:00
Merge pull request #214 from SyncrowIOT:feat/update-space
return just message
This commit is contained in:
@ -366,7 +366,6 @@ export class SpaceService {
|
||||
|
||||
return new SuccessResponseDto({
|
||||
message: `Space with ID ${spaceUuid} successfully updated`,
|
||||
data: space,
|
||||
statusCode: HttpStatus.OK,
|
||||
});
|
||||
} catch (error) {
|
||||
|
Reference in New Issue
Block a user