Skip to content

Commit

Permalink
fix(actions/editor.js): request base GTFS with no limits on tables
Browse files Browse the repository at this point in the history
adds agency, calendars, fares to list of tables for which limit is omitted

fix #631
  • Loading branch information
landonreed committed Dec 2, 2020
1 parent 725e897 commit 7cc84f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/editor/actions/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -385,17 +385,17 @@ export function fetchBaseGtfs ({
default_route_color
default_route_type
}
agency {
agency (limit: -1) {
id
agency_id
agency_name
}
calendar {
calendar (limit: -1) {
id
service_id
description
}
fares {
fares (limit: -1) {
id
fare_id
}
Expand Down

0 comments on commit 7cc84f7

Please sign in to comment.