https sync

This commit is contained in:
2025-04-10 09:16:01 -07:00
parent cc9c5013a9
commit fad2db46b5
5 changed files with 726 additions and 5 deletions

View File

@ -153,6 +153,8 @@ internal static class HelperDay
ADO2025.PI5.Helper20250321.MoveToLast(logger, args);
else if (args[1] == "Day-Helper-2025-04-04")
ADO2025.PI5.Helper20250404.KumaToGatus(logger, args);
else if (args[1] == "Day-Helper-2025-04-07")
ADO2025.PI5.Helper20250407.Sync(logger, args);
else
throw new Exception(appSettings.Company);
}