Some cleanup

This commit is contained in:
2023-04-07 22:10:03 -04:00
parent 49842a1663
commit 96d327270f
14 changed files with 64 additions and 97 deletions

View File

@@ -159,7 +159,7 @@ namespace FeedCenter
foreach (var feed in feedsToRead)
{
// Read the feed
database.SaveChanges(() => feed.Read(database, workerInput.ForceRead));
database.SaveChanges(() => feed.Read(workerInput.ForceRead));
// Increment progress
currentProgress += 1;