Skip to content

Commit

Permalink
chore: add new vehicles to inventory db
Browse files Browse the repository at this point in the history
  • Loading branch information
vwhitteron committed Jan 31, 2025
1 parent 9b69489 commit d2207b6
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions internal/vehicles/inventory.json
Original file line number Diff line number Diff line change
Expand Up @@ -5774,5 +5774,49 @@
"CarID": 3560,
"OpenCockpit": false,
"CarType": "street"
},
"3561": {
"Model": "IONIQ 5 N '24",
"Manufacturer": "Hyundai",
"Category": "",
"Drivetrain": "4WD",
"Aspiration": "EV",
"Year": 2024,
"CarID": 3561,
"OpenCockpit": false,
"CarType": "street"
},
"3562": {
"Model": "F2500-A",
"Manufacturer": "Gran Turismo",
"Category": "",
"Drivetrain": "MR",
"Aspiration": "NA",
"Year": 0,
"CarID": 3562,
"OpenCockpit": true,
"CarType": "race"
},
"3563": {
"Model": "Civic Si Extra (EF) '87",
"Manufacturer": "Honda",
"Category": "",
"Drivetrain": "FF",
"Aspiration": "NA",
"Year": 1987,
"CarID": 3563,
"OpenCockpit": false,
"CarType": "street"
},
"3565": {
"Model": "C-HR S '18",
"Manufacturer": "Toyota",
"Category": "",
"Drivetrain": "FF",
"Aspiration": "NA",
"Year": 2018,
"CarID": 3565,
"OpenCockpit": false,
"CarType": "street"
}
}

0 comments on commit d2207b6

Please sign in to comment.