diff --git a/src/main/java/com/conveyal/analysis/controllers/BundleController.java b/src/main/java/com/conveyal/analysis/controllers/BundleController.java index a83160ad3..b493cf618 100644 --- a/src/main/java/com/conveyal/analysis/controllers/BundleController.java +++ b/src/main/java/com/conveyal/analysis/controllers/BundleController.java @@ -327,7 +327,7 @@ private Bundle getBundle (Request req, Response res) { * and is considered the definitive source of truth. The entry in the database is a newer addition and has only * been around since September 2024. */ - private TransportNetworkConfig getBundleConfig(Request request, Response res) throws IOException { + private TransportNetworkConfig getBundleConfig(Request request, Response res) { // Unfortunately this mimics logic in TransportNetworkCache. Deduplicate in a static utility method? String id = GTFSCache.cleanId(request.params("_id")); FileStorageKey key = new FileStorageKey(BUNDLES, id, "json");