DeliveryJournalData: Add delivery and member branch to excel export
All checks were successful
Test / Run tests (push) Successful in 2m52s

This commit is contained in:
2024-08-02 11:42:27 +02:00
parent 5567d9f25a
commit cf05a0c658
3 changed files with 10 additions and 5 deletions

View File

@ -197,7 +197,7 @@ namespace Elwig.Helpers {
}
public static void MailTo(string emailAddress) {
MailTo(new string[] { emailAddress });
MailTo([emailAddress]);
}
public static void MailTo(IEnumerable<string> emailAddresses) {