add missing comma to bittrexApi
This commit is contained in:
parent
d7120a1f22
commit
5a0afa660c
@ -79,7 +79,7 @@ module.exports = function(logger){
|
|||||||
);
|
);
|
||||||
|
|
||||||
var bittrexApi = new Bittrex(
|
var bittrexApi = new Bittrex(
|
||||||
// 'API_KEY'
|
// 'API_KEY',
|
||||||
// 'API_SECRET'
|
// 'API_SECRET'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user