remove todo

This commit is contained in:
Nazar Kanaev 2021-01-04 14:04:48 +00:00
parent 9fcaad6b2f
commit fa0237b546

View File

@ -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 ")