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