Skip to content

Commit

Permalink
Merge pull request #395 from conveyal/shared-stops-validation
Browse files Browse the repository at this point in the history
Shared Stops Validation
  • Loading branch information
miles-grant-ibigroup committed Aug 25, 2023
2 parents 1b1c2a8 + cb8d03c commit c348533
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public List<Map<String, Object>> get (DataFetchingEnvironment environment) {
* Handle fetching functionality for a given namespace, set of join values, and arguments. This is broken out from
* the standard get function so that it can be reused in other fetchers (i.e., NestedJdbcFetcher)
*/
List<Map<String, Object>> getResults (
public List<Map<String, Object>> getResults (
String namespace,
List<String> parentJoinValues,
Map<String, Object> graphQLQueryArguments
Expand Down

0 comments on commit c348533

Please sign in to comment.