This commit is contained in:
2024-04-18 07:25:36 -07:00
parent 27ba309e88
commit 135f236b8c
3 changed files with 9 additions and 0 deletions

View File

@ -8,6 +8,7 @@ public record CompassConfiguration(string Destination,
string MonthPattern,
string Pattern,
string Source,
string TriggerAppendage,
string YearPattern)
{