bruce-models 2.2.7 → 2.2.9

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.
@@ -1201,7 +1201,7 @@ var HostingLocation;
1201
1201
  })).settings;
1202
1202
  let hostingKey = settings["HostingLocation.Key"];
1203
1203
  if (!hostingKey) {
1204
- hostingKey = settings.DBServer;
1204
+ hostingKey = settings.DBLocation;
1205
1205
  }
1206
1206
  if (!hostingKey) {
1207
1207
  hostingKey = GuessKey({
@@ -1786,7 +1786,7 @@ class ApiGetters {
1786
1786
  this.guardian[key] = new GuardianApi.Api({
1787
1787
  env
1788
1788
  });
1789
- this.cam[key].SetSessionId(this.sessionId);
1789
+ this.guardian[key].SetSessionId(this.sessionId);
1790
1790
  }
1791
1791
  return this.guardian[key];
1792
1792
  }