diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-03-07 23:42:27 +0000 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-03-07 23:42:27 +0000 |
| commit | f68ec9e585efd9773cad755ee591671b1b7dedad (patch) | |
| tree | e13277bb7972a53972b770fe30617111897b70cb /src/app.js | |
| parent | bde28799c7b487377e3d6bb16c0041b1ed5347ac (diff) | |
nice
Diffstat (limited to 'src/app.js')
| -rw-r--r-- | src/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |
