Remove trailing spaces from the ivr_menu.lua.
This commit is contained in:
parent
6f14a0b6d5
commit
44295deab6
|
|
@ -210,6 +210,7 @@
|
|||
status = dbh:query(sql, function(row)
|
||||
--add functions
|
||||
dofile(scripts_dir.."/resources/functions/base64.lua");
|
||||
|
||||
--get the base64
|
||||
recording_base64 = row["recording_base64"];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue