Fix warning

This commit is contained in:
Stone_Red
2023-06-13 22:50:04 +02:00
parent 9ac40ba0cb
commit 06e011cb83
@@ -11,7 +11,7 @@ public class EmailSettings
public string SmtpServer { get; set; }
public int SmtpPort { get; set; }
public Dictionary<string, HandlebarsTemplate<object, object>> CompiledTemplates = new();
public Dictionary<string, HandlebarsTemplate<object, object>> CompiledTemplates { get; } = new();
public void CompileTemplates()
{