@one-paragon/angular-utilities 2.0.19 → 2.0.20

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.
@@ -523,8 +523,8 @@ class HttpRequestStateStore extends ComponentStore {
523
523
  this.injector = options?.injector;
524
524
  this.req = req;
525
525
  this.request = (this.options?.strategy === HttpRequestStrategy.singleUse) ? this.singleUseRequest : this.flattenedRequest;
526
- if (options?.autoRequestWith) {
527
- this.request(...options.autoRequestWith);
526
+ if (options?.autoRequest) {
527
+ this.request();
528
528
  }
529
529
  }
530
530
  reset() {