little fixes
This commit is contained in:
parent
0c323436b4
commit
59b73d9c8d
2 changed files with 1 additions and 2 deletions
|
|
@ -153,7 +153,7 @@ function fetchConfigGroup (code) {
|
||||||
return {
|
return {
|
||||||
schema: groupSchema,
|
schema: groupSchema,
|
||||||
values: values,
|
values: values,
|
||||||
selectedCryptos: getCryptos(config.config, machineList),
|
selectedCryptos: getCryptos(configValues, machineList),
|
||||||
data: data
|
data: data
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
|
||||||
|
|
@ -397,7 +397,6 @@ function executeTrades () {
|
||||||
const fiatCode = config.fiatCurrency
|
const fiatCode = config.fiatCurrency
|
||||||
const cryptoCodes = config.cryptoCurrencies
|
const cryptoCodes = config.cryptoCurrencies
|
||||||
|
|
||||||
console.log('DEBUG99: %j', config)
|
|
||||||
return cryptoCodes.map(cryptoCode => ({fiatCode, cryptoCode}))
|
return cryptoCodes.map(cryptoCode => ({fiatCode, cryptoCode}))
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue