Skip to content

Commit

Permalink
removed unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Cosentino committed Jan 18, 2023
1 parent 472c8cc commit 407cd50
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions backend/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,4 @@ func WithFilterFunc[T any](fn func(item *models.Item) bool) FilterOption[T] {
filterable.setFilterFunc(fn)
}
}

// return func(a *T) {
// switch filter := any(a).(type) {
// case *InMemory:
// filter.FilterFunc = fn
// }
// }
}

0 comments on commit 407cd50

Please sign in to comment.