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 GitHub
parent c7e7f3059a
commit 1e7d01c578
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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")