Skip to content

Commit 7cc84f7

Browse files
committed
fix(actions/editor.js): request base GTFS with no limits on tables
adds agency, calendars, fares to list of tables for which limit is omitted fix #631
1 parent 725e897 commit 7cc84f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/editor/actions/editor.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -385,17 +385,17 @@ export function fetchBaseGtfs ({
385385
default_route_color
386386
default_route_type
387387
}
388-
agency {
388+
agency (limit: -1) {
389389
id
390390
agency_id
391391
agency_name
392392
}
393-
calendar {
393+
calendar (limit: -1) {
394394
id
395395
service_id
396396
description
397397
}
398-
fares {
398+
fares (limit: -1) {
399399
id
400400
fare_id
401401
}

0 commit comments

Comments
 (0)