This commit is contained in:
Nour Alharithi
2023-10-27 16:06:05 -07:00
parent 6a999959cc
commit d5f1584bef

View File

@@ -109,9 +109,6 @@ export class DLOBSubscriberIO extends DLOBSubscriber {
l2Args.marketType, l2Args.marketType,
l2Args.marketIndex l2Args.marketIndex
); );
this.redisClient.client.publish( this.redisClient.client.publish(marketName, JSON.stringify(l2Formatted));
marketName,
JSON.stringify(l2Formatted)
);
} }
} }