refactor: getOperatorId return value
This commit is contained in:
parent
5b38ac2636
commit
74b3c1a9ce
4 changed files with 4 additions and 4 deletions
|
|
@ -133,7 +133,7 @@ function sendRadar (data) {
|
|||
function mapRecord (rates, settings) {
|
||||
const timestamp = new Date().toISOString()
|
||||
return Promise.all([getMachines(rates, settings), getOperatorId('coinatmradar')])
|
||||
.then(([machines, { operatorId }]) => {
|
||||
.then(([machines, operatorId]) => {
|
||||
return {
|
||||
operatorId: operatorId,
|
||||
operator: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue