refactor use cases
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user