@kumori/aurora-backend-handler 1.1.35 → 1.1.36

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.
@@ -109,8 +109,8 @@ export class BackendHandler {
109
109
  updateUserComplete(data);
110
110
  };
111
111
  eventHelper.user.subscribe.loaded(loadedCb);
112
- this.changeRoute(route);
113
112
  })
113
+ this.changeRoute(route);
114
114
  }
115
115
 
116
116
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kumori/aurora-backend-handler",
3
- "version": "1.1.35",
3
+ "version": "1.1.36",
4
4
  "description": "backend handler",
5
5
  "main": "backend-handler.ts",
6
6
  "scripts": {