add console log for debugging indicative

This commit is contained in:
Nour Alharithi
2025-04-16 12:38:51 -07:00
parent 6f50af99ac
commit 65f1ab350f
2 changed files with 2 additions and 1 deletions

View File

@@ -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(