We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I don't know if I'm making a mistake, but journeys after the 2024-12-15 seem to return the ticket price of -0.01€.
const res = await client.journeys('8000261', '8000105', { departure: "2024-12-15T15:00:00+01:00", results: 5, transfers: 0 })
Output:
2024-12-15T15:50:00+01:00 ICE 620 -0.01 2024-12-15T16:18:00+01:00 ICE 1222 -0.01 2024-12-15T16:48:00+01:00 ICE 528 -0.01 2024-12-15T17:51:00+01:00 ICE 526 -0.01 2024-12-15T18:47:00+01:00 ICE 524 -0.01
I tried multiple origins and destination, all return the same value.
The text was updated successfully, but these errors were encountered:
duplicate of #331, see there :)
Sorry, something went wrong.
No branches or pull requests
I don't know if I'm making a mistake, but journeys after the 2024-12-15 seem to return the ticket price of -0.01€.
Output:
I tried multiple origins and destination, all return the same value.
The text was updated successfully, but these errors were encountered: