This commit is contained in:
Nour Alharithi
2023-11-17 13:58:57 -08:00
parent e97f319cb9
commit 3a64d82acf

View File

@@ -161,7 +161,9 @@ const main = async () => {
),
maker: fill.maker?.toBase58(),
makerOrderId: fill.makerOrderId,
makerOrderDirection: getVariant(fill.makerOrderDirection),
makerOrderDirection: fill.makderOrderDirection
? getVariant(fill.makerOrderDirection)
: undefined,
makerOrderBaseAssetAmount: convertToNumber(
fill.makerOrderBaseAssetAmount,
BASE_PRECISION