fix: pass down settings to coinatmradar module
This commit is contained in:
parent
0fd0d21599
commit
05a95485f7
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ function updateCoinAtmRadar () {
|
||||||
const config = settings().config
|
const config = settings().config
|
||||||
|
|
||||||
return pi().getRawRates()
|
return pi().getRawRates()
|
||||||
.then(rates => coinAtmRadar.update({ rates, config }))
|
.then(rates => coinAtmRadar.update({ rates, config }, settings()))
|
||||||
}
|
}
|
||||||
|
|
||||||
function start (__settings) {
|
function start (__settings) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue