refactor: remove redundant initialization

This commit is contained in:
2025-01-24 13:05:53 +07:00
parent 12dbb1578e
commit c46333eb99

View File

@@ -8,7 +8,7 @@ public class CaddySaveConfigurationRequest
/// <summary>
/// Indicates if the configuration is new
/// </summary>
public bool IsNew { get; set; } = false;
public bool IsNew { get; set; }
/// <summary>
/// Name of the Caddy configuration file