website refactor
This commit is contained in:
@@ -15,7 +15,7 @@ export type UnpublishLeagueSeasonScheduleErrorCode =
|
||||
| 'REPOSITORY_ERROR';
|
||||
|
||||
export class UnpublishLeagueSeasonScheduleUseCase {
|
||||
constructor(private readonly seasonRepository: ISeasonRepository,
|
||||
constructor(private readonly seasonRepository: SeasonRepository,
|
||||
private readonly logger: Logger) {}
|
||||
|
||||
async execute(
|
||||
|
||||
Reference in New Issue
Block a user