Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
We need all markets, both active and non active.
Browse files Browse the repository at this point in the history
The client should use them as wanted.
  • Loading branch information
elboletaire authored Dec 6, 2017
1 parent a7b87e5 commit 2da7a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/crons.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import api from './apis'
// import bittrex from 'node-bittrex-api'

const updateMarkets = (app) => {
api.markets({ active: true, base: 'BTC' }).then((markets) => {
api.markets({ base: 'BTC' }).then((markets) => {
app.models.Market.updateMarkets(markets)
})
}
Expand Down

0 comments on commit 2da7a57

Please sign in to comment.