Fixed "attempt to index a nil value (global 'alerts_api')" error

This commit is contained in:
Matteo Biscosi 2020-11-13 13:13:00 +01:00 committed by GitHub
parent f38b71f6a7
commit c08707010e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@
local user_scripts = require("user_scripts")
local flow_consts = require("flow_consts")
local alert_consts = require("alert_consts")
local alerts_api = require "alerts_api"
-- #################################################################