Skip to content

Commit

Permalink
make correction to VehicleModel
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Nov 16, 2023
1 parent 7ba4866 commit c5e344d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/models/vehicle.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default class VehicleModel extends Model {
@attr('string') plate_number;
@attr('string') vin;
@attr('raw') vin_data;
@attr('raw') model;
@attr('raw') model_data;
@attr('raw') telematics;
@attr('raw') meta;
@attr('string') status;
Expand Down

0 comments on commit c5e344d

Please sign in to comment.