Skip to content

Commit

Permalink
revert: previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Chicken authored Aug 14, 2024
1 parent c090914 commit 02a7f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/vr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export async function getTrainOnDate(date: string, trainNumber: string) {
const auth = await getVrAuth();

train.timeTableRows = train.timeTableRows.filter(
(r) => r.trainStopping && r.commercialStop && !r.cancelled
(r) => r.trainStopping && r.commercialStop
);

const newTrain = {
Expand Down

0 comments on commit 02a7f20

Please sign in to comment.