We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4528e commit 3f4e350Copy full SHA for 3f4e350
src/Config.js
@@ -68,7 +68,7 @@ export class Config {
68
})
69
);
70
71
- Config.put(this);
+ AppCache.put(this.appId, this);
72
}
73
74
static transformConfiguration(serverConfiguration) {
0 commit comments