@lowcodeunit/applications-flow-common 1.36.84-lets-get-social-ish → 1.36.88-merge

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.
@@ -983,7 +983,7 @@ class EaCService {
983
983
  ApplicationLookups: [req.ApplicationLookup],
984
984
  },
985
985
  };
986
- saveEaC.Projects[req.ProjectLookup] = existingProj;
986
+ saveEaC.Projects = existingProj;
987
987
  }
988
988
  if (req.Application) {
989
989
  saveEaC.Applications[req.ApplicationLookup] = req.Application;
@@ -4408,7 +4408,7 @@ class MainFeedCardComponent {
4408
4408
  }, (err) => {
4409
4409
  console.log(err);
4410
4410
  });
4411
- }, 15000);
4411
+ }, 30000);
4412
4412
  }
4413
4413
  }
4414
4414
  }