Code cleanup

This commit is contained in:
2022-01-22 17:13:38 +03:00
parent 401f9fb529
commit ff63d6dfaa
13 changed files with 232 additions and 138 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ namespace Kruzya.TelegramBot.RichSiteSummary.Service
await ProcessFeed(feed, dbContext);
feed.UpdatedAt = DateTime.Now;
dbContext.MarkAsModified(feed);
dbContext.Update(feed);
}
await dbContext.SaveChangesAsync();