Appplied PR review suggestion

This commit is contained in:
DGabri 2024-07-01 10:31:07 +02:00
parent 5d382efbf6
commit 110796ebad
2 changed files with 7 additions and 4 deletions

View file

@ -70,7 +70,7 @@ if not download then
for _, _value in ipairs(alerts or {}) do
-- tprint(_value)
res[#res + 1] = flow_alert_store:format_record(_value, no_html, verbose)
res[#res + 1] = flow_alert_store:format_record(_value, no_html, toboolean(verbose))
end
if format == "txt" then