Skip to content

Commit

Permalink
Update travelerInformationMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Dec 6, 2023
1 parent c6bd62b commit 6e21475
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion task.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ export default class Task extends ETL {
incident_type: incident.properties.type,
incident_status: incident.properties.status,
startTime: moment(incident.properties.startTime).tz('America/Denver').format('YYYY-MM-DD HH:mm z'),
lastUpdated: moment(incident.properties.lastUpdated).tz('America/Denver').format('YYYY-MM-DD HH:mm z')
lastUpdated: moment(incident.properties.lastUpdated).tz('America/Denver').format('YYYY-MM-DD HH:mm z'),
travelerInformationMessage: incident.properties.travelerInformationMessage
},
geometry: incident.geometry
};
Expand Down

0 comments on commit 6e21475

Please sign in to comment.