Fix syntax error

This commit is contained in:
Tobias Eidelpes 2021-06-18 00:22:48 +02:00
parent 322d22ea6c
commit cf7bb3b853

View File

@ -2,16 +2,16 @@
{ {
"oem": "BENTLEY", "oem": "BENTLEY",
"modelType": "Continental", "modelType": "Continental",
"vin": "SCBFR7ZA5CC072256", "vin": "SCBFR7ZA5CC072256"
}, },
{ {
"oem": "SATURN", "oem": "SATURN",
"modelType": "Vue", "modelType": "Vue",
"vin": "5GZCZ43D13S812715", "vin": "5GZCZ43D13S812715"
}, },
{ {
"oem": "SATURN", "oem": "SATURN",
"modelType": "Vue2", "modelType": "Vue2",
"vin": "5GZCZ43D13S812716", "vin": "5GZCZ43D13S812716"
} }
] ]