@lowcodeunit/applications-flow-common 1.33.147-lets-get-social-ish → 1.33.150-lets-get-social-ish

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.
@@ -599,7 +599,9 @@
599
599
  });
600
600
  };
601
601
  ApplicationsFlowService.prototype.UserFeed = function (page, pageSize) {
602
- return this.http.get(this.apiRoot + "/api/lowcodeunit/userfeed?page=" + page + "&pageSize=" + pageSize, {});
602
+ return this.http.get(this.apiRoot + "/api/lowcodeunit/userfeed?page=" + page + "&pageSize=" + pageSize, {
603
+ headers: this.loadHeaders(),
604
+ });
603
605
  };
604
606
  // Helpers
605
607
  ApplicationsFlowService.prototype.loadHeaders = function () {