From 0bc7350cf49a84f6cba0a44795a2835314a48a0a Mon Sep 17 00:00:00 2001 From: isra el Date: Mon, 29 Apr 2024 12:59:24 +0300 Subject: [PATCH] chore(api): log errors --- api/src/gateway/gateway.service.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/src/gateway/gateway.service.ts b/api/src/gateway/gateway.service.ts index 8df0d50..78987da 100644 --- a/api/src/gateway/gateway.service.ts +++ b/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,