fix: updated from 9.3.3 to 15
This commit is contained in:
@@ -44,8 +44,8 @@ async function getFilterOptions(): Promise<FilterOptions> {
|
||||
const cars = await query(carsQuery);
|
||||
|
||||
return {
|
||||
teams: teams.map((t: any) => t.driver_team),
|
||||
carModels: cars.map((c: any) => c.car_model)
|
||||
teams: teams.map((t: unknown) => t.driver_team),
|
||||
carModels: cars.map((c: unknown) => c.car_model)
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user