chore(api): update error message

This commit is contained in:
isra el
2024-05-14 04:57:58 +03:00
parent 3ce839bbd5
commit dd6bd9d3ad

View File

@@ -107,7 +107,7 @@ export class GatewayService {
throw new HttpException(
{
success: false,
error: 'Invalid message',
error: 'Message cannot be blank',
},
HttpStatus.BAD_REQUEST,
)