Fix runtime
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user