mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
refactor(internal): fix doc comments
This commit is contained in:
parent
5e3bba9ae1
commit
7c1602c2c0
5 changed files with 6 additions and 8 deletions
|
@ -157,7 +157,7 @@ func (s *Storage) FeedsWithCounters(userID int64) (model.Feeds, error) {
|
|||
return getFeedsSorted(builder)
|
||||
}
|
||||
|
||||
// Return read and unread count.
|
||||
// FetchCounters returns read and unread count.
|
||||
func (s *Storage) FetchCounters(userID int64) (model.FeedCounters, error) {
|
||||
builder := NewFeedQueryBuilder(s, userID)
|
||||
builder.WithCounters()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue