mirror of
https://github.com/Stefan-5422/-T5-Elektrifikatsiya.git
synced 2026-09-04 00:45:58 +02:00
Fix warning
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user