Skip to content

Commit

Permalink
Fix NumberFormatException (#17983)
Browse files Browse the repository at this point in the history
Signed-off-by: Leo Siepel <[email protected]>
  • Loading branch information
lsiepel authored Dec 25, 2024
1 parent c7e7f30 commit 1e7d01c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 1e7d01c

Please sign in to comment.