fix: return empty ticket list when no tickets found

This commit is contained in:
Meik
2026-07-01 14:20:08 +02:00
parent 6cb9e3b5fd
commit bdab9f37ba
4 changed files with 7 additions and 7 deletions

View File

@@ -122,7 +122,7 @@ namespace C4IT.F4SD
hours,
queueoption,
decodedPairs
);
) ?? new List<cF4SDTicketSummary>();
}