Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

Commit

Permalink
Semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerfilla committed Aug 15, 2016
1 parent e6ee958 commit a6608f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/trading.js
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ TradingWrapper.prototype.withdraw = function(currency, amount, address, paymentI
// Deal with optional nature of paymentId
if (typeof paymentId === "function") {
callback = paymentId;
paymentId = null
paymentId = null;
}

// Build query options
Expand Down

0 comments on commit a6608f6

Please sign in to comment.