Skip to content

Commit

Permalink
Improve type for logger in AppDbContext
Browse files Browse the repository at this point in the history
  • Loading branch information
zgong-gov committed Apr 18, 2023
1 parent 5a499bf commit 9277788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Hmcr.Data/Database/Entities/AppDbContextPartial.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public partial class AppDbContext
private const string AppLastUpdateUserGuid = "AppLastUpdateUserGuid";
private const string AppLastUpdateTimestamp = "AppLastUpdateTimestamp";

private readonly ILogger _logger;
private readonly ILogger<AppDbContext> _logger;
public readonly HmcrCurrentUser _currentUser;

public AppDbContext(DbContextOptions<AppDbContext> options, ILogger<AppDbContext> logger, HmcrCurrentUser currentUser)
Expand Down

0 comments on commit 9277788

Please sign in to comment.