website refactor
This commit is contained in:
@@ -39,7 +39,7 @@ describe('GetRaceWithSOFUseCase', () => {
|
||||
raceRepository as unknown as RaceRepository,
|
||||
registrationRepository as unknown as RaceRegistrationRepository,
|
||||
resultRepository as unknown as ResultRepository,
|
||||
getDriverRating as any
|
||||
getDriverRating as unknown as (input: { driverId: string }) => Promise<{ rating: number | null; ratingChange: number | null }>
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user