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

@@ -63,7 +63,7 @@ namespace FeedCenter
}
// Read the feed for the first time
var feedReadResult = feed.Read(_database);
var feedReadResult = feed.Read();
// See if we read the feed okay
if (feedReadResult == FeedReadResult.Success)