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(