Fixed order type specification

Updated to add explicit order types to the HandleModifyOrder function.
This commit is contained in:
ImpossiblePairs 2021-09-27 10:02:34 -07:00 committed by GitHub
parent d089927d60
commit 12e5578765
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -230,7 +230,7 @@ const TVChartContainer = () => {
mangoGroup.mangoCache,
market,
wallet,
order,
order as Order,
order.side,
orderPrice,
order.size,
@ -243,7 +243,7 @@ const TVChartContainer = () => {
mangoGroup.mangoCache,
market,
wallet,
order,
order as PerpOrder,
order.side,
orderPrice,
order.size,