Skip to content

Commit

Permalink
chore: update rabbit coach sequence update endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
AdriDevelopsThings committed Apr 30, 2024
1 parent 82b050b commit d3688c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/logics/trip_rabbit_update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ const trip_rabbit_updates = async (trip: any) => {
trainId: trip.id,
trainNumber: trip.train_number,
trainType: trip.train_type,
initialDeparture: JSToISO(trip.initial_departure),
evaDeparture: JSToISO(trip.initial_departure),
evaNumber: trip.origin_station
})
}
}
export default trip_rabbit_updates
export default trip_rabbit_updates

0 comments on commit d3688c0

Please sign in to comment.