mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-20 13:51:28 +00:00
Use nullable
This commit is contained in:
@@ -9,8 +9,10 @@ namespace DiscordChatExporter.Core.Services
|
||||
|
||||
public string DateFormat { get; set; } = "dd-MMM-yy hh:mm tt";
|
||||
|
||||
public AuthToken LastToken { get; set; }
|
||||
public AuthToken? LastToken { get; set; }
|
||||
|
||||
public ExportFormat LastExportFormat { get; set; } = ExportFormat.HtmlDark;
|
||||
|
||||
public int? LastPartitionLimit { get; set; }
|
||||
|
||||
public SettingsService()
|
||||
|
||||
Reference in New Issue
Block a user