Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rizer1980 committed Oct 8, 2024
1 parent a2ee6d9 commit 572d22b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,8 @@ public String cancelOrder(Order order) throws IOException {
convertToBybitSymbol(order.getInstrument()), order.getId(), order.getUserReference());
if (response != null) {
return response.getResult().getOrderId();
} else {
} else
return "";
}
}

}

0 comments on commit 572d22b

Please sign in to comment.