backup: before bulk replacement
This commit is contained in:
@@ -37,7 +37,7 @@ export async function GET() {
|
||||
|
||||
const rows = await query(sql);
|
||||
|
||||
const drivers = rows.map((row: any) => ({
|
||||
const drivers = 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