website refactor
This commit is contained in:
@@ -16,7 +16,7 @@ export type PublishLeagueSeasonScheduleErrorCode =
|
||||
|
||||
export class PublishLeagueSeasonScheduleUseCase {
|
||||
constructor(
|
||||
private readonly seasonRepository: ISeasonRepository,
|
||||
private readonly seasonRepository: SeasonRepository,
|
||||
private readonly logger: Logger,
|
||||
) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user