PR feedback

This commit is contained in:
Luke Steyn
2023-06-01 00:39:24 +09:00
parent a86a1f0e3e
commit f22dbc05a7

View File

@@ -790,7 +790,7 @@ const main = async () => {
return;
}
const isSpot = marketType === "spot";
const isSpot = getVariant(normedMarketType);
const l2 = await dlobSubscriber.getL2({
marketIndex: normedMarketIndex,