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.
@@ -1179,7 +1179,7 @@
1179
1179
  })).settings;
1180
1180
  let hostingKey = settings["HostingLocation.Key"];
1181
1181
  if (!hostingKey) {
1182
- hostingKey = settings.DBServer;
1182
+ hostingKey = settings.DBLocation;
1183
1183
  }
1184
1184
  if (!hostingKey) {
1185
1185
  hostingKey = GuessKey({
@@ -1752,7 +1752,7 @@
1752
1752
  this.guardian[key] = new exports.GuardianApi.Api({
1753
1753
  env
1754
1754
  });
1755
- this.cam[key].SetSessionId(this.sessionId);
1755
+ this.guardian[key].SetSessionId(this.sessionId);
1756
1756
  }
1757
1757
  return this.guardian[key];
1758
1758
  }