fix: store operator id for each service
This commit is contained in:
parent
9b28c6a3f1
commit
8884c75ffd
4 changed files with 14 additions and 9 deletions
|
|
@ -132,7 +132,7 @@ function sendRadar (data) {
|
|||
|
||||
function mapRecord (rates, settings) {
|
||||
const timestamp = new Date().toISOString()
|
||||
return Promise.all([getMachines(rates, settings), getOperatorId()])
|
||||
return Promise.all([getMachines(rates, settings), getOperatorId('coinatmradar')])
|
||||
.then(([machines, operatorId]) => {
|
||||
return {
|
||||
operatorId: operatorId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue