Skip to content

Commit

Permalink
fix error message (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
macsj200 authored Nov 18, 2019
1 parent 9ba12cf commit 1814b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mds-agency/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ export async function badEvent(event: VehicleEvent) {
if (event.timestamp === undefined) {
return {
error: 'missing_param',
error_description: 'missing enum field "event_type"'
error_description: 'missing enum field "timestamp"'
}
}
if (!isTimestamp(event.timestamp)) {
Expand Down

0 comments on commit 1814b35

Please sign in to comment.