Browse Source

chore(api): log errors

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

1
api/src/gateway/gateway.service.ts

@ -201,6 +201,7 @@ export class GatewayService {
}
if (!dto.receivedAt || !dto.sender || !dto.message) {
console.log('Invalid received SMS data')
throw new HttpException(
{
success: false,

Loading…
Cancel
Save