Add missing return

This commit is contained in:
Alfredo Cardigliano 2024-07-04 16:44:38 +00:00
parent 39494e3002
commit 01de4b646f
2 changed files with 2 additions and 0 deletions

View file

@ -51,6 +51,7 @@ function alert_cloud_reconnected.format(ifid, alert, alert_type_params)
if not isEmptyString(alert_type_params.description) then
message = message .. " (" .. alert_type_params.description .. ")"
end
return message
end
-- #######################################################