@vendasta/mission-control 3.11.0 → 3.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -885,6 +885,9 @@ class AppConfig {
885
885
  if (typeof this.customEnvName !== 'undefined') {
886
886
  toReturn['customEnvName'] = this.customEnvName;
887
887
  }
888
+ if (typeof this.allowedDeploymentBranches !== 'undefined') {
889
+ toReturn['allowedDeploymentBranches'] = this.allowedDeploymentBranches;
890
+ }
888
891
  return toReturn;
889
892
  }
890
893
  }