SonarCube stuff

This commit is contained in:
Joseph Milazzo 2025-04-26 07:39:22 -05:00
parent 484529dadd
commit 17955eb9f6
2 changed files with 4 additions and 5 deletions

View file

@ -80,7 +80,6 @@ public static class PersonHelper
// If not, create a new Person entity using the real name
dbPerson = new PersonBuilder(personName).Build();
peopleToAttach.Add(dbPerson); // Add new person to the list to be attached
modification = true;
}
// Add the person to the SeriesMetadataPeople collection