Skip to content

Commit 3f4e350

Browse files
committed
Update Config.js
1 parent 8d4528e commit 3f4e350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export class Config {
6868
})
6969
);
7070

71-
Config.put(this);
71+
AppCache.put(this.appId, this);
7272
}
7373

7474
static transformConfiguration(serverConfiguration) {

0 commit comments

Comments
 (0)