Remove trailing tabs.

This commit is contained in:
FusionPBX
2020-09-08 09:50:17 -06:00
committed by GitHub
parent 269c21d37b
commit 93f5c996ae

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");