From f68ec9e585efd9773cad755ee591671b1b7dedad Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Thu, 7 Mar 2024 23:42:27 +0000 Subject: nice --- src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/app.js b/src/app.js index 97fe6c5..ab77d8b 100644 --- a/src/app.js +++ b/src/app.js @@ -45,7 +45,7 @@ app.post('/sms', (req, res) => { twiml.message(` You have unsubscribed from the Glen Coe texting group. To join again, text 'my name is ' to this number. - `); + `.replace(/\s+/g, ' ')); res.type('text/xml').send(twiml.toString()); return; } -- cgit v1.2.3