Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Abby Wheelis committed Dec 4, 2023
1 parent 175ccb3 commit afc341a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/js/survey/enketo/enketoHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export function resolveTimestamps(xmlDoc: XMLDocument, timelineEntry: TimelineEn
const start_timezone =
(timelineEntry as CompositeTrip).start_local_dt?.timezone ||
(timelineEntry as ConfirmedPlace).enter_local_dt?.timezone;

Check warning on line 172 in www/js/survey/enketo/enketoHelper.ts

View check run for this annotation

Codecov / codecov/patch

www/js/survey/enketo/enketoHelper.ts#L172

Added line #L172 was not covered by tests
const end_timezone =
const end_timezone =
(timelineEntry as CompositeTrip).end_local_dt?.timezone ||
(timelineEntry as ConfirmedPlace).exit_local_dt?.timezone;
// split by + or - to get time without offset
Expand Down

0 comments on commit afc341a

Please sign in to comment.