Fixes some lua requires

This commit is contained in:
Matteo Biscosi 2024-02-20 08:57:45 +00:00
parent 14d9dd5bb4
commit e243f7c826
7 changed files with 25 additions and 11 deletions

View file

@ -659,7 +659,7 @@ function format_utils.formatMessage(notification, options)
-- In case it is an alert, format it by using the standard function
local alert_utils = require "alert_utils"
local message = alert_utils.formatAlertNotification(notification, options)
local message = alert_utils.formatAlertNotification(notification, options)
return message
end