Skip to content

Commit

Permalink
chore: remove redundant shared adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
msgmaxim committed Oct 19, 2023
1 parent 7146bb1 commit 56c7116
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ where
let vaults = epoch_source.vaults().await;

DotUnfinalisedSource::new(dot_client.clone())
.shared(scope)
.then(|header| async move { header.data.iter().filter_map(filter_map_events).collect() })
.strictly_monotonic()
.shared(scope)
Expand Down

0 comments on commit 56c7116

Please sign in to comment.