Skip to content

Commit

Permalink
Merge branch 'add-option-for-publishing-patterns' of https://github.c…
Browse files Browse the repository at this point in the history
…om/ibi-group/datatools-server into add-option-for-publishing-patterns
  • Loading branch information
br648 committed Oct 9, 2023
2 parents c7a8886 + 1a92792 commit 3ac3e7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,10 @@
- AWS S3 SDK - putting/getting objects into/out of S3.
-->
<dependency>
<groupId>com.conveyal</groupId>
<groupId>com.github.conveyal</groupId>
<artifactId>gtfs-lib</artifactId>
<!-- Latest dev build on jitpack.io -->
<version>7.0.2</version>
<version>a5f60417e38043d35148aa6873c93056e69e9c87</version>
<!-- Exclusions added in order to silence SLF4J warnings about multiple bindings:
http://www.slf4j.org/codes.html#multiple_bindings
-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ private static boolean createFeedVersionFromSnapshot (Request req, Response res)
if (snapshot == null) {
logMessageAndHalt(req, 400, "Must provide valid snapshot ID");
}
// TODO: Allow publishing with proprietary files from this endpoint?
CreateFeedVersionFromSnapshotJob createFromSnapshotJob =
new CreateFeedVersionFromSnapshotJob(feedSource, snapshot, userProfile, false);
JobUtils.heavyExecutor.execute(createFromSnapshotJob);
Expand Down

0 comments on commit 3ac3e7d

Please sign in to comment.