Skip to content

Commit

Permalink
lint: standardjs
Browse files Browse the repository at this point in the history
  • Loading branch information
robertkowalski committed Sep 23, 2020
1 parent 97c4e25 commit 764fc06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bfx_terminal.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const dmarket = dazaar('dbs/terminal-backtest')
const card = require('./bitfinex.terminal.btcusd.candles.json')
const buyer = dmarket.buy(card, { sparse: true, terms })

let replication
let replication = null
buyer.on('feed', async function () {
console.log('got feed')

Expand Down

0 comments on commit 764fc06

Please sign in to comment.