fix: remove unnecessary _.update() call

This commit is contained in:
Sérgio Salgado 2022-07-19 13:07:03 +01:00 committed by Rafael
parent aef84142c7
commit 2e4b1ea463

View file

@ -168,7 +168,7 @@ const staticConfig = ({ currentConfigVersion, deviceId, deviceName, pq, settings
}),
addOperatorInfo(operatorInfo),
addReceiptInfo(receiptInfo),
_.update('screenOptions', addMachineScreenOpts(machineScreenOpts))
addMachineScreenOpts(machineScreenOpts)
)(staticConf))
}