Fix Hand css.
Implement placing from hand.
This commit is contained in:
@@ -13,7 +13,6 @@ public class EmailSender : IEmailSender
|
||||
private readonly HttpClient client;
|
||||
private string apiKey;
|
||||
|
||||
|
||||
public EmailSender(HttpClient client, IOptionsMonitor<ApiKeys> apiKeys)
|
||||
{
|
||||
this.apiKey = apiKeys.CurrentValue.BrevoEmailService;
|
||||
|
||||
Reference in New Issue
Block a user