fix: undefined key on settings reload state

This commit is contained in:
Sérgio Salgado 2022-05-23 14:34:31 +01:00
parent 8480658bd2
commit e0c070ef25

View file

@ -46,7 +46,7 @@ function machineAction (type, value) {
} }
function reload (operatorId) { function reload (operatorId) {
state.needsSettingsReload[operatorId.operatorId] = true state.needsSettingsReload[operatorId] = true
} }
const populateSettings = function (req, res, next) { const populateSettings = function (req, res, next) {