refact
All checks were successful
Dotnet build and test / log-the-inputs (push) Successful in 4s
Dotnet build and test / build (push) Successful in 2m30s

This commit is contained in:
Paul Schneider
2025-06-29 18:44:35 +01:00
parent 531797d348
commit bebca989d0
11 changed files with 66 additions and 25 deletions

View File

@ -28,7 +28,7 @@ namespace Yavsc.Helpers
{
if (readerId == null)
{
var userPosts = dbContext.blogspotPublications.Include(
var userPosts = dbContext.blogSpotPublications.Include(
b => b.BlogPost
).Where(x => x.BlogPost.AuthorId == posterId)
.Select(x=>x.BlogPost).ToArray();