@kumori/aurora-backend-handler 1.0.87 → 1.0.88

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kumori/aurora-backend-handler",
3
- "version": "1.0.87",
3
+ "version": "1.0.88",
4
4
  "description": "backend handler",
5
5
  "main": "backend-handler.ts",
6
6
  "scripts": {
@@ -1480,6 +1480,10 @@ const handleOperationError = (operation: PendingOperation, error: any) => {
1480
1480
  environmentsMap.set(entityName, envErrorResult.updatedEnvironment);
1481
1481
  break;
1482
1482
  }
1483
+ setTimeout(async () => {
1484
+ rebuildHierarchy();
1485
+ await updateUserWithPlatformInfo();
1486
+ }, 100);
1483
1487
  };
1484
1488
  const handleDeleteEvent = async (message: WSMessage) => {
1485
1489
  const keyParts = parseKeyPath(message.payload.key);