Skip to content

Commit

Permalink
remove filter
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanoroshiba committed Nov 15, 2024
1 parent 8f4049e commit c6bf4ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/astria-sequencer/src/app/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1181,7 +1181,6 @@ impl App {
event
.attributes
.iter_mut()
.filter(|attr| !attr.index)
.for_each(|attr| attr.index = true);
}

Expand Down

0 comments on commit c6bf4ba

Please sign in to comment.