diff options
Diffstat (limited to 'internal/feed/cache.go')
-rw-r--r-- | internal/feed/cache.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/feed/cache.go b/internal/feed/cache.go index 731eab1..5674de4 100644 --- a/internal/feed/cache.go +++ b/internal/feed/cache.go @@ -28,7 +28,7 @@ type CachedFeed interface { Failures() int Last() time.Time ID() string - filterItems(items []feeditem, ignoreHash bool, alwaysNew bool) []feeditem + filterItems(items []item, ignoreHash bool, alwaysNew bool) []item Commit() } |