Skip to content

Commit

Permalink
Remove options for getIndexedTable
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoFrachet committed Jan 15, 2018
1 parent f677321 commit 744a1b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gtfs.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,9 @@ class Gtfs {
* the schema (see schema.js).
*
* @param {string} tableName Name of the table of the GTFS to get.
* @param {Object} [options] Configuration object passed to importTable function.
* @return {Object} Indexed table returned
*/
getIndexedTable(tableName, options) { return getIndexedTable(this, tableName, options); }
getIndexedTable(tableName) { return getIndexedTable(this, tableName); }

/**
* Get an item of a table using its index.
Expand Down

0 comments on commit 744a1b8

Please sign in to comment.