Skip to content

Commit 4644b0a

Browse files
Increase number of departures queried per stop
1 parent bbfb1da commit 4644b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/transit.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const getTransitData = async (): Promise<TransitData> => {
7676
gtfsId
7777
name
7878
code
79-
stoptimesWithoutPatterns {
79+
stoptimesWithoutPatterns(numberOfDepartures: 20) {
8080
arrivalDelay
8181
departureDelay
8282
headsign

0 commit comments

Comments
 (0)