Merge pull request #1238 from chaotixkilla/fix-config-changes-not-propagating

Fix undefined value on settings reload state
This commit is contained in:
Rafael Taranto 2022-05-24 09:50:00 +01:00 committed by GitHub
commit a97b019089

View file

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