refactor use cases

This commit is contained in:
2026-01-08 15:34:51 +01:00
parent d984ab24a8
commit 52e9a2f6a7
362 changed files with 5192 additions and 8409 deletions

View File

@@ -8,7 +8,7 @@ export class GetEntitySponsorshipPricingPresenter {
this.result = null;
}
present(output: GetEntitySponsorshipPricingResult | null) {
present(output: GetEntitySponsorshipPricingResult | null | undefined) {
if (!output) {
this.result = {
entityType: 'season',