Skip to content

Commit

Permalink
fix(integrations): fix binance module typo (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
terox authored and benmarten committed Dec 29, 2017
1 parent e31c2f2 commit e6e75ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/model/integrations/BinanceWallet.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import PromiseUtils from '../../PromiseUtils'
import Coin from '../Coin'
// noinspection NpmUsedModulesInstalled
import Binance from 'Binance'
import Binance from 'binance'

const settings = require('../../../settings.json')

Expand Down Expand Up @@ -40,4 +40,4 @@ export default class BinanceWallet {
}
)
}
}
}

0 comments on commit e6e75ca

Please sign in to comment.