From f22dbc05a74564417ee5bc1e452b11ea7df67fad Mon Sep 17 00:00:00 2001 From: Luke Steyn Date: Thu, 1 Jun 2023 00:39:24 +0900 Subject: [PATCH] PR feedback --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index e5465b8..7293ce7 100644 --- a/src/index.ts +++ b/src/index.ts @@ -790,7 +790,7 @@ const main = async () => { return; } - const isSpot = marketType === "spot"; + const isSpot = getVariant(normedMarketType); const l2 = await dlobSubscriber.getL2({ marketIndex: normedMarketIndex,