Skip to content

Commit

Permalink
workers: Debug WebSocket connection initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyunc committed Nov 1, 2023
1 parent 954aeed commit 9fb7115
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workers/price-reporter/src/reporter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,8 @@ impl ConnectionMuxer {
.iter()
.map(|exchange| {
let base_token = self.base_token.clone();
dbg!(exchange);
dbg!(self.base_token.clone());
let quote_token = self.quote_token.clone();
let config = self.config.clone();

Expand Down

0 comments on commit 9fb7115

Please sign in to comment.