Skip to content

Commit

Permalink
v0.6.13 - Fix sell command
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilvasantos committed May 9, 2018
1 parent d59ff5c commit 0275730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commands/sell.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ module.exports = {
pair.sellTarget = parseFloat(price)
pair.forceSell = true
next(null, ":thumbsup: Force sell triggered for " + pair.chatName + "@" + pair.sellTarget)
return
})
}
return
}
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitprophet",
"version": "0.6.12",
"version": "0.6.13",
"description": "Crypto trading platform for Binance that uses chat bots as its interface",
"main": "bitprophet.js",
"repository": {
Expand Down

0 comments on commit 0275730

Please sign in to comment.