We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac65c1c commit af3f5c6Copy full SHA for af3f5c6
parse-rest/trip.js
@@ -16,6 +16,8 @@ const parseTrip = (ctx, t) => {
16
const arr = last(stopovers)
17
18
return {
19
+ id: t.ref || null,
20
+
21
origin: dep.stop,
22
destination: arr.stop,
23
line: product ? profile.parseLine(ctx, product) : null,
0 commit comments