File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
feeds/[feedDataType]/[feedId] Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ const fetchInitialDatasets = cache(
6060 const datasets = await getGtfsFeedDatasets (
6161 feedId ,
6262 accessToken ,
63- userContextJwt ,
6463 {
6564 limit : 10 ,
6665 } ,
66+ userContextJwt ,
6767 ) ;
6868 return datasets ;
6969 } catch ( e ) {
Original file line number Diff line number Diff line change @@ -191,8 +191,8 @@ export const getGtfsFeedAssociatedGtfsRtFeeds = async (
191191export const getGtfsFeedDatasets = async (
192192 id : string ,
193193 accessToken : string ,
194- userContextJwt ?: string ,
195194 queryParams ?: paths [ '/v1/gtfs_feeds/{id}/datasets' ] [ 'get' ] [ 'parameters' ] [ 'query' ] ,
195+ userContextJwt ?: string ,
196196) : Promise <
197197 | paths [ '/v1/gtfs_feeds/{id}/datasets' ] [ 'get' ] [ 'responses' ] [ 200 ] [ 'content' ] [ 'application/json' ]
198198 | undefined
You can’t perform that action at this time.
0 commit comments