Skip to content

Commit

Permalink
Fix email service logger
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Guldborg committed Dec 3, 2024
1 parent 019b4b0 commit b3f0736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coffeecard/CoffeeCard.Library/Services/v2/EmailService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class EmailService : IEmailService
private readonly ILogger<AccountService> _logger;

public EmailService(IEmailSender emailSender, EnvironmentSettings environmentSettings,
IWebHostEnvironment env, ILogger<AccountService> logger)
IWebHostEnvironment env, ILogger<EmailService> logger)
{
_emailSender = emailSender;
_environmentSettings = environmentSettings;
Expand Down

0 comments on commit b3f0736

Please sign in to comment.