From 5a0afa660ca946191a518f304257e0d139ab3b3b Mon Sep 17 00:00:00 2001 From: Damian Black Date: Wed, 28 May 2014 10:17:32 -0400 Subject: [PATCH] add missing comma to bittrexApi --- libs/profitSwitch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/profitSwitch.js b/libs/profitSwitch.js index f680936..990314e 100644 --- a/libs/profitSwitch.js +++ b/libs/profitSwitch.js @@ -79,7 +79,7 @@ module.exports = function(logger){ ); var bittrexApi = new Bittrex( - // 'API_KEY' + // 'API_KEY', // 'API_SECRET' );