From 8a22897cdd83a4970f266440633d52308b4d143f Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Tue, 27 May 2025 11:35:16 -0400 Subject: [PATCH] feature/IO-3182-Phone-Number-Consent - Checkpoint --- server/sms/receive.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/sms/receive.js b/server/sms/receive.js index 2106b206b..a9670b76a 100644 --- a/server/sms/receive.js +++ b/server/sms/receive.js @@ -12,10 +12,10 @@ const { phone } = require("phone"); const { admin } = require("../firebase/firebase-handler"); const InstanceManager = require("../utils/instanceMgr").default; -9; // Note: When we handle different languages, we might need to adjust these keywords accordingly. +// Note: When we handle different languages, we might need to adjust these keywords accordingly. const optInKeywords = ["START", "YES", "UNSTOP"]; const optOutKeywords = ["STOP", "STOPALL", "UNSUBSCRIBE", "CANCEL", "END", "QUIT", "REVOKE", "OPTOUT"]; - + /** * Receive SMS messages from Twilio and process them * @param req