Fix runtime

This commit is contained in:
2024-10-20 16:49:59 -04:00
parent 070babb17a
commit 114a10416a
29 changed files with 133 additions and 2677 deletions

View File

@@ -48,10 +48,6 @@ internal class TestDataSeeder(
creator.Id = creatorUser.Id;
creator.CreatedBy = creator.Id;
await contentContext.Followers.AddAsync(new Follower
{
CreatedBy = userA.Id, CreatorId = creator.Id
});
await contentContext.Creators.AddAsync(creator);
var contents = GenerateContent(creator, 10);