diff --git a/SabreTools/Features/Batch.cs b/SabreTools/Features/Batch.cs index 04d593be..203d667b 100644 --- a/SabreTools/Features/Batch.cs +++ b/SabreTools/Features/Batch.cs @@ -281,7 +281,7 @@ Reset the internal state: reset();"; // TODO: We might not want to remove dates in the future Remover dfdRemover = new(); - dfdRemover.PopulateExclusionsFromList(new List { "DatItem.Date" }); + dfdRemover.PopulateExclusionsFromList(["DatItem.Date"]); dfdRemover.ApplyRemovals(batchState.DatFile); } }