add console log for debugging indicative
This commit is contained in:
Submodule drift-common updated: 56331c89a2...ab538e0c1e
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user