Browse Source

chore(api): update error message

pull/19/head
isra el 2 years ago
parent
commit
dd6bd9d3ad
  1. 2
      api/src/gateway/gateway.service.ts

2
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,
)

Loading…
Cancel
Save