@lowcodeunit/applications-flow-common 1.33.211-lets-get-social-ish → 1.33.212-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.
@@ -575,7 +575,7 @@ class ProjectService {
575
575
  this.LoadEnterpriseAsCode(state),
576
576
  this.LoadUserFeed(1, 25, state)
577
577
  ]);
578
- resolve(results[0].Status);
578
+ resolve(response.Status);
579
579
  }
580
580
  else {
581
581
  state.Loading = false;