Skip to content

Commit

Permalink
fix: update schema file path in otp repo
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed Nov 1, 2024
1 parent 00173dc commit 49bc763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/generate-schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const http = require('https');

const graphqlSchemaSource =
process.env.SCHEMA_SRC ||
'https://raw.githubusercontent.com/HSLdevcom/OpenTripPlanner/dev-2.x/src/main/resources/org/opentripplanner/apis/gtfs/schema.graphqls';
'https://raw.githubusercontent.com/HSLdevcom/OpenTripPlanner/dev-2.x/application/src/main/resources/org/opentripplanner/apis/gtfs/schema.graphqls';
const outputGraphQLFilename = 'schema.graphql';
const outputGraphQLFileCopy = `../digitransit-search-util/packages/digitransit-search-util-query-utils/schema/${outputGraphQLFilename}`;

Expand Down

0 comments on commit 49bc763

Please sign in to comment.