From dd6bd9d3ada367c1fb16b02ab94536680e83ff85 Mon Sep 17 00:00:00 2001 From: isra el Date: Tue, 14 May 2024 04:57:58 +0300 Subject: [PATCH] chore(api): update error message --- api/src/gateway/gateway.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, )