Skip to content

Commit 4d6c5dc

Browse files
Use 0 as default value for compromisedAccountBanAutoPardonHours
1 parent c2019aa commit 4d6c5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Types/Config.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ public ulong InsidersChannel
278278
public bool EnablePersistentDb { get; set; } = false;
279279

280280
[JsonProperty("compromisedAccountBanAutoPardonHours")]
281-
public int CompromisedAccountBanAutoPardonHours { get; private set; }
281+
public int CompromisedAccountBanAutoPardonHours { get; private set; } = 0;
282282

283283
[JsonProperty("disableMicrosoftCommands")]
284284
public bool DisableMicrosoftCommands { get; set; } = false;

0 commit comments

Comments
 (0)