Skip to content

Commit

Permalink
disable websocket offers subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarbashov committed Oct 30, 2024
1 parent 4968bb7 commit 32b1a87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/WebSocketService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ class _WebSocketService {
}

if (this._config.toSync.bids) {
this._subscribe('bid.created');
this._subscribe('bid.updated');
// this._subscribe('bid.created');
// this._subscribe('bid.updated');
}

if (this._config.toSync.sales) {
Expand Down

0 comments on commit 32b1a87

Please sign in to comment.