Skip to content

Commit

Permalink
chore(): undo sample change
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagosiebler committed May 27, 2024
1 parent 779cf46 commit 0952954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rest-usdm-order.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ async function start() {
symbol: 'BTCUSDT',
type: 'MARKET',
quantity: 0.001,
newOrderRespType: 'FULL',
// newOrderRespType: 'FULL',
});

console.log('market sell result: ', result);
Expand Down

0 comments on commit 0952954

Please sign in to comment.