mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-13 09:55:36 +00:00
remove todo
This commit is contained in:
@@ -235,7 +235,6 @@ func (s *Storage) MarkItemsRead(filter MarkFilter) bool {
|
||||
cond = append(cond, "i.feed_id = ?")
|
||||
args = append(args, *filter.FeedID)
|
||||
}
|
||||
// TODO: filter.Before
|
||||
predicate := "1"
|
||||
if len(cond) > 0 {
|
||||
predicate = strings.Join(cond, " and ")
|
||||
|
Reference in New Issue
Block a user