summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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;
}