Skip to content

Commit c199688

Browse files
committed
Fix filtering cached RSS items
Refs #18
1 parent 9857de1 commit c199688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export async function main(): Promise<void> {
156156

157157
// post the new items
158158
const statusTemplate = Handlebars.compile(template);
159-
await postItems(apiEndpoint, apiToken, feedData, entries, statusTemplate, statusVisibility, dryRun, sensitive, cache);
159+
await postItems(apiEndpoint, apiToken, feedData, filteredEntries, statusTemplate, statusVisibility, dryRun, sensitive, cache);
160160

161161
// write the cache
162162
await writeCache(cacheFile, cacheLimit, cache);

0 commit comments

Comments
 (0)