Commit 1652968b authored by nano's avatar nano

hack

parent fce01db4
This diff is collapsed.
...@@ -113,7 +113,8 @@ export class AppSchema extends Instance<App, AppSchema> implements App { ...@@ -113,7 +113,8 @@ export class AppSchema extends Instance<App, AppSchema> implements App {
toJSON() { toJSON() {
this.Convert(); this.Convert();
return this; // hack
return JSON.parse(this.toString());
} }
Convert() { Convert() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment