add indicative in l2 queries
This commit is contained in:
@@ -144,7 +144,6 @@ 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