Skip to content

Commit

Permalink
remove duplicate skip_empty_output clause
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Oct 17, 2024
1 parent 5f05c12 commit b9e9a89
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ fn map_unifactory_events(blk: &eth::Block, events: &mut contract::Events) {
fn map_events(blk: eth::Block) -> Result<contract::Events, substreams::errors::Error> {
let mut events = contract::Events::default();
map_unifactory_events(&blk, &mut events);
substreams::skip_empty_output();
Ok(events)
}

0 comments on commit b9e9a89

Please sign in to comment.