Remove trailing tabs.

This commit is contained in:
FusionPBX 2020-09-08 09:50:17 -06:00 committed by GitHub
parent 269c21d37b
commit 93f5c996ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@
body = body:gsub("'", "'");
body = body:gsub([["]], """);
body = trim(body);
--send the email
if (debug["info"]) then
freeswitch.consoleLog("notice", "[missed call]: "..mail_to.." '"..subject.."' '"..body.."'\n");