Skip to content

Commit

Permalink
fix: correct manufactureYear field type
Browse files Browse the repository at this point in the history
  • Loading branch information
tigattack committed Aug 21, 2024
1 parent ec11b73 commit 2aab403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvsa_mot_history/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class NewRegVehicleResponse:
registration: Optional[str]
make: Optional[str]
model: Optional[str]
manufactureYear: Optional[date]
manufactureYear: Optional[int]
fuelType: Optional[str]
primaryColour: Optional[str]
registrationDate: Optional[date]
Expand Down

0 comments on commit 2aab403

Please sign in to comment.