Fix NumberFormatException (#17983)

Signed-off-by: Leo Siepel <leosiepel@gmail.com>
This commit is contained in:
lsiepel 2024-12-26 00:26:47 +01:00 committed by Jacob Laursen
parent 0aab8b99d5
commit 5f64b85c59

View File

@ -27,7 +27,7 @@ public class VehicleData {
@SerializedName("id")
public Long id;
@SerializedName("user_id")
public int userId;
public Long userId;
@SerializedName("vehicle_id")
public String vehicleId;
@SerializedName("vin")