mirror of
https://github.com/nkanaev/yarr.git
synced 2026-06-10 02:13:21 +00:00
remove filter in CountItems
This commit is contained in:
@@ -278,7 +278,7 @@ func (s *Server) feverItemsHandler(c *router.Context) {
|
||||
}
|
||||
}
|
||||
|
||||
totalItems := s.db.CountItems(storage.ItemFilter{})
|
||||
totalItems := s.db.CountItems()
|
||||
|
||||
writeFeverJSON(c, map[string]any{
|
||||
"items": feverItems,
|
||||
|
||||
Reference in New Issue
Block a user