mirror of
https://github.com/morbalint/kemkas-backend.git
synced 2026-07-17 21:23:46 +00:00
fix nullable warnings (#49)
* fix nullable warnings * use collection initalizers
This commit is contained in:
@@ -4,7 +4,7 @@ public class MailgunOptions
|
||||
{
|
||||
public const string Section = "Email";
|
||||
|
||||
public string ApiKey { get; set; }
|
||||
public string ApiKey { get; set; } = string.Empty;
|
||||
|
||||
public string DomainName { get; set; }
|
||||
public string DomainName { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user