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,