Update intercept.lua (#6788)
This commit is contained in:
@@ -287,7 +287,7 @@
|
|||||||
end
|
end
|
||||||
sql = sql .. ") ";
|
sql = sql .. ") ";
|
||||||
sql = sql .. "AND call_uuid IS NOT NULL ";
|
sql = sql .. "AND call_uuid IS NOT NULL ";
|
||||||
sql = sql .. "LIMIT 1 ";
|
sql = sql .. "ORDER BY created_epoch DESC LIMIT 1 ";
|
||||||
if (debug["sql"]) then
|
if (debug["sql"]) then
|
||||||
log.noticef("SQL: %s; params: %s", sql, json.encode(params));
|
log.noticef("SQL: %s; params: %s", sql, json.encode(params));
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user