We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e75f61 commit c60b5a0Copy full SHA for c60b5a0
src/main/java/com/conveyal/datatools/manager/models/Project.java
@@ -63,6 +63,8 @@ public OtpServer retrieveServer(String name) {
63
// and/or for applying a geographic filter when syncing with external feed registries.
64
public Bounds bounds;
65
66
+ public String pinnedDeploymentId;
67
+
68
public Project() {
69
this.buildConfig = new OtpBuildConfig();
70
this.routerConfig = new OtpRouterConfig();
0 commit comments