diff --git a/api/src/gateway/gateway.service.ts b/api/src/gateway/gateway.service.ts index 74bc90f..01f39aa 100644 --- a/api/src/gateway/gateway.service.ts +++ b/api/src/gateway/gateway.service.ts @@ -107,7 +107,7 @@ export class GatewayService { throw new HttpException( { success: false, - error: 'Invalid message', + error: 'Message cannot be blank', }, HttpStatus.BAD_REQUEST, )