Skip to content

Commit

Permalink
Merge pull request #5168 from HSLdevcom/fix-legshape
Browse files Browse the repository at this point in the history
stop is no longer required in legShape
  • Loading branch information
partisaani authored Nov 19, 2024
2 parents 51c3079 + ce88320 commit d631109
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/util/shapes.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ export const legShape = PropTypes.shape({
intermediatePlaces: PropTypes.arrayOf(
PropTypes.shape({
arrival: legTimeShape,
stop: stopShape.isRequired,
}),
),
interlineWithPreviousLeg: PropTypes.bool,
Expand Down

0 comments on commit d631109

Please sign in to comment.