@shisyamo4131/air-guard-v2-schemas 2.3.7-dev.5 → 2.3.7-dev.6

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shisyamo4131/air-guard-v2-schemas",
3
- "version": "2.3.7-dev.5",
3
+ "version": "2.3.7-dev.6",
4
4
  "description": "Schemas for AirGuard V2",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -555,7 +555,7 @@ export default class OperationResult extends Operation {
555
555
  );
556
556
  }
557
557
  this.customerId = siteInstance.customerId;
558
- this.agreement = siteInstance.getCurrentAgreement(this);
558
+ this.agreement = siteInstance.getAgreement(this);
559
559
  }
560
560
 
561
561
  /**