mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-17 03:05:13 +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({
|
return new SuccessResponseDto({
|
||||||
message: `Space with ID ${spaceUuid} successfully updated`,
|
message: `Space with ID ${spaceUuid} successfully updated`,
|
||||||
data: space,
|
|
||||||
statusCode: HttpStatus.OK,
|
statusCode: HttpStatus.OK,
|
||||||
});
|
});
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
Reference in New Issue
Block a user