Skip to content

Commit

Permalink
fixing note filter store change
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-demox committed Oct 22, 2024
1 parent 346ef69 commit 165b8db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/web-client/src/models/note_filter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ pub enum NoteFilterTypes {
Committed,
Expected,
Processing,
Ignored,
List,
Unique,
Nullifiers,
Expand All @@ -46,7 +45,6 @@ impl From<NoteFilter> for NativeNoteFilter {
NoteFilterTypes::Committed => NativeNoteFilter::Committed,
NoteFilterTypes::Expected => NativeNoteFilter::Expected,
NoteFilterTypes::Processing => NativeNoteFilter::Processing,
NoteFilterTypes::Ignored => NativeNoteFilter::Ignored,
NoteFilterTypes::List => {
let note_ids =
filter.note_ids.unwrap_or_else(|| panic!("Note IDs required for List filter"));
Expand Down

0 comments on commit 165b8db

Please sign in to comment.