Update forward_add_intro.lua
Add missing ) which was breaking the syntax.
This commit is contained in:
parent
373eb5ffc5
commit
d6465b5c05
|
|
@ -98,7 +98,7 @@
|
|||
local file = require "resources.functions.file"
|
||||
|
||||
--get the content of the file
|
||||
local file_content = assert(file.read_base64(message_intro_location);
|
||||
local file_content = assert(file.read_base64(message_intro_location));
|
||||
|
||||
--save the merged file as base64
|
||||
local sql = [[UPDATE SET v_voicemail_messages
|
||||
|
|
|
|||
Loading…
Reference in New Issue