return just message

This commit is contained in:
hannathkadher
2025-01-12 13:47:35 +04:00
parent 65b7cf1f64
commit ab9517e0c1

View File

@ -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) {