From 65f1ab350f35483f953a103d14adc17e72d78769 Mon Sep 17 00:00:00 2001 From: Nour Alharithi Date: Wed, 16 Apr 2025 12:38:51 -0700 Subject: [PATCH] add console log for debugging indicative --- drift-common | 2 +- src/dlob-subscriber/DLOBSubscriberIO.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/drift-common b/drift-common index 56331c8..ab538e0 160000 --- a/drift-common +++ b/drift-common @@ -1 +1 @@ -Subproject commit 56331c89a2285a04cc86a639e0fceeda03366f43 +Subproject commit ab538e0c1efbf64a3dfecf2af16e5a75aab81400 diff --git a/src/dlob-subscriber/DLOBSubscriberIO.ts b/src/dlob-subscriber/DLOBSubscriberIO.ts index b978097..8a80fda 100644 --- a/src/dlob-subscriber/DLOBSubscriberIO.ts +++ b/src/dlob-subscriber/DLOBSubscriberIO.ts @@ -144,6 +144,7 @@ export class DLOBSubscriberIO extends DLOBSubscriber { const mms = await this.indicativeQuotesRedisClient.smembers( `market_mms_${marketType}_${marketArgs.marketIndex}` ); + console.log(mms); const mmQuotes = await Promise.all( mms.map((mm) => { return this.indicativeQuotesRedisClient.get(