website refactor
This commit is contained in:
@@ -26,8 +26,8 @@ export type GetLeagueStandingsResult = {
|
||||
*/
|
||||
export class GetLeagueStandingsUseCase {
|
||||
constructor(
|
||||
private readonly standingRepository: IStandingRepository,
|
||||
private readonly driverRepository: IDriverRepository,
|
||||
private readonly standingRepository: StandingRepository,
|
||||
private readonly driverRepository: DriverRepository,
|
||||
) {}
|
||||
|
||||
async execute(
|
||||
|
||||
Reference in New Issue
Block a user