We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2eee6 commit ea0edf6Copy full SHA for ea0edf6
src/routers/chevrolet.py
@@ -96,7 +96,7 @@ async def get_chevrolet_vin_detail(req: Request) -> dict:
96
data = g.json()
97
98
try:
99
- vin_data = data["data"]["id"]
+ vin_data = data["data"]
100
return send_response(response_data=vin_data, cache_control_age=3600)
101
except KeyError:
102
error_message = f"""An error occurred with the Chevrolet inventory service when
0 commit comments