bruce-models 2.2.7 → 2.2.8

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.
@@ -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
  }