fix: updated from 9.3.3 to 15
This commit is contained in:
@@ -36,7 +36,7 @@ async function getConnectedDrivers() {
|
||||
|
||||
const rows = await query(sql);
|
||||
|
||||
return rows.map((row: any) => ({
|
||||
return rows.map((row: unknown) => ({
|
||||
driver_guid: row.driver_guid,
|
||||
driver_name: row.driver_name,
|
||||
driver_team: row.driver_team,
|
||||
|
||||
Reference in New Issue
Block a user