summaryrefslogtreecommitdiff
path: root/src/app.js
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2024-03-07 23:42:27 +0000
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2024-03-07 23:42:27 +0000
commitf68ec9e585efd9773cad755ee591671b1b7dedad (patch)
treee13277bb7972a53972b770fe30617111897b70cb /src/app.js
parentbde28799c7b487377e3d6bb16c0041b1ed5347ac (diff)
nice
Diffstat (limited to 'src/app.js')
-rw-r--r--src/app.js2
1 files changed, 1 insertions, 1 deletions
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 <your name>' to this number.
- `);
+ `.replace(/\s+/g, ' '));
res.type('text/xml').send(twiml.toString());
return;
}