person-key-to-immich-import birthday json (Day-Helper-2024-05-18)

csharp_prefer_braces = true
This commit is contained in:
2025-09-06 11:16:55 -07:00
parent 8ec89953bc
commit 6102da7266
54 changed files with 2218 additions and 1721 deletions

View File

@ -21,12 +21,15 @@ internal static partial class Helper20250505 {
// <PackageReference Include="iText.pdfhtml" Version="6.1.0" />
internal static void HyperTextMarkupLanguageToPortableDocumentFormat(ILogger<Worker> logger, List<string> args) {
if (args.Count == 999)
if (args.Count == 999) {
TestA();
if (args.Count == 999)
}
if (args.Count == 999) {
TestB();
if (args.Count != 999)
}
if (args.Count != 999) {
TestC(logger);
}
}
private static void TestA() {