Skip to content

Commit

Permalink
Fix: temporarily remove leg id from query
Browse files Browse the repository at this point in the history
Legs with same id can have different fares associated with them.
This confuses relay and it changes the fare id whick breaks the tickets.
  • Loading branch information
vesameskanen authored and partisaani committed Nov 4, 2024
1 parent 136f2e1 commit ca1d2df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/component/itinerary/PlanConnection.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ const planConnection = graphql`
mode
distance
transitLeg
id
interlineWithPreviousLeg
duration
headsign
Expand Down

0 comments on commit ca1d2df

Please sign in to comment.