website refactor
This commit is contained in:
@@ -39,7 +39,7 @@ export type GetEntitySponsorshipPricingErrorCode =
|
||||
| 'REPOSITORY_ERROR';
|
||||
|
||||
export class GetEntitySponsorshipPricingUseCase {
|
||||
constructor(private readonly sponsorshipPricingRepo: ISponsorshipPricingRepository,
|
||||
constructor(private readonly sponsorshipPricingRepo: SponsorshipPricingRepository,
|
||||
private readonly logger: Logger) {}
|
||||
|
||||
async execute(
|
||||
|
||||
Reference in New Issue
Block a user