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