Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronClaydon committed Dec 13, 2024
1 parent e937bed commit bff814f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/dataaggregator/source/journeyplanner/journeyplan.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func (s Source) JourneyPlanQuery(q query.JourneyPlan) (*ctdf.JourneyPlanResults,

departureBoard, err := dataaggregator.Lookup[[]*ctdf.DepartureBoard](query.DepartureBoard{
Stop: q.OriginStop,
Count: q.Count * 4,
Count: q.Count * 10,
StartDateTime: q.StartDateTime,
Filter: &bson.M{"path.destinationstopref": q.DestinationStop.PrimaryIdentifier},
})
Expand Down

0 comments on commit bff814f

Please sign in to comment.