@plusscommunities/pluss-maintenance-aws-feedback 2.1.35-beta.0 → 2.1.36-beta.0

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.
@@ -255,6 +255,7 @@ class ArchibusStrategy extends IntegrationStrategy {
255
255
  delete entity.ActiveEntityType;
256
256
  await updateRef("externalentities", entity);
257
257
  }
258
+ return false;
258
259
  }
259
260
 
260
261
  const request = await this.getRequest(externalId);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plusscommunities/pluss-maintenance-aws-feedback",
3
- "version": "2.1.35-beta.0",
3
+ "version": "2.1.36-beta.0",
4
4
  "description": "Extension package to enable maintenance on Pluss Communities Platform",
5
5
  "scripts": {
6
6
  "gc": "node ../../tools/gc ./",