fix: remove unnecessary _.update() call
This commit is contained in:
parent
aef84142c7
commit
2e4b1ea463
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ const staticConfig = ({ currentConfigVersion, deviceId, deviceName, pq, settings
|
||||||
}),
|
}),
|
||||||
addOperatorInfo(operatorInfo),
|
addOperatorInfo(operatorInfo),
|
||||||
addReceiptInfo(receiptInfo),
|
addReceiptInfo(receiptInfo),
|
||||||
_.update('screenOptions', addMachineScreenOpts(machineScreenOpts))
|
addMachineScreenOpts(machineScreenOpts)
|
||||||
)(staticConf))
|
)(staticConf))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue