One more easier List

This commit is contained in:
Matt Nadareski
2025-04-18 10:05:20 -04:00
parent 2fb7951488
commit a59de70a4f

View File

@@ -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<string> { "DatItem.Date" });
dfdRemover.PopulateExclusionsFromList(["DatItem.Date"]);
dfdRemover.ApplyRemovals(batchState.DatFile);
}
}