@kumori/aurora-backend-handler 1.1.31 → 1.1.32

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.
@@ -98,9 +98,9 @@ export class BackendHandler {
98
98
  "globalEventHandler inválido. Asegúrate de pasar una instancia correcta de EventHandler.",
99
99
  );
100
100
  }
101
- listTenantsHTTP();
102
101
  eventHelper = new EventHelper(globalEventHandler);
103
102
  eventHelper.user.subscribe.load((data: UserData) => {
103
+ listTenantsHTTP();
104
104
  initializeGlobalWebSocketClient(token, "", "", data);
105
105
  });
106
106
  const loadedCb = (data: UserData) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kumori/aurora-backend-handler",
3
- "version": "1.1.31",
3
+ "version": "1.1.32",
4
4
  "description": "backend handler",
5
5
  "main": "backend-handler.ts",
6
6
  "scripts": {