Skip to content

Commit

Permalink
Fixed wrong name of constructor in example (#5411)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobdybdahl committed Sep 20, 2022
1 parent b3c5e53 commit 6ef1a58
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -149,7 +149,7 @@ public class FooByIdDataLoader : BatchDataLoader<string, Foo>
{
private readonly IDbContextFactory<ApplicationDbContext> _dbContextFactory;

public UserByIdDataLoader(
public FooByIdDataLoader(
IDbContextFactory<ApplicationDbContext> dbContextFactory,
IBatchScheduler batchScheduler, DataLoaderOptions options)
: base(batchScheduler, options)
Expand Down

0 comments on commit 6ef1a58

Please sign in to comment.