@clonegod/ttd-core 2.0.84 → 2.0.85
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -133,7 +133,6 @@ class ArbEventSubscriber {
|
|
|
133
133
|
return __awaiter(this, void 0, void 0, function* () {
|
|
134
134
|
const channel = (0, index_1.get_order_channel_name)(group_id, pair, dex_id);
|
|
135
135
|
const listener = (message, _channel) => {
|
|
136
|
-
(0, index_1.log_info)('subscribe_order_event => on event', { channel, message });
|
|
137
136
|
callback(message);
|
|
138
137
|
};
|
|
139
138
|
yield this.redis_cmd.subscribe(channel, listener);
|