Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rampaa committed Dec 22, 2024
1 parent cd7c1f4 commit c7fdf7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JL.Core/Mining/Anki/AnkiConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public sealed class AnkiConfig

[JsonIgnore] private static Dictionary<MineType, AnkiConfig>? s_ankiConfigDict;

public AnkiConfig(string deckName, string modelName, OrderedDictionary<string, JLField> fields, string[]? tags)
public AnkiConfig(string deckName, string modelName, OrderedDictionary<string, JLField> fields, string[]? tags = null)
{
DeckName = deckName;
ModelName = modelName;
Expand Down

0 comments on commit c7fdf7a

Please sign in to comment.