Skip to content

Commit

Permalink
Merge pull request #16 from fleetbase/add-status-column-fuel-report
Browse files Browse the repository at this point in the history
v0.1.3
  • Loading branch information
roncodes authored Nov 9, 2023
2 parents 6d0ab56 + cae77a6 commit ebc8ee9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions addon/models/fuel-report.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default class FuelReportModel extends Model {
@attr('string') currency;
@attr('string') volume;
@attr('string', { defaultValue: 'L' }) metric_unit;
@attr('string') status;
@attr('point') location;
@attr('raw') meta;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fleetbase/fleetops-data",
"version": "0.1.2",
"version": "0.1.3",
"description": "Fleetbase Fleet-Ops based models, serializers, transforms, adapters and GeoJson utility functions.",
"keywords": [
"fleetbase-data",
Expand Down

0 comments on commit ebc8ee9

Please sign in to comment.