mirror of
https://github.com/discourse/discourse-placeholder-theme-component.git
synced 2025-02-10 05:24:50 +00:00
DEV: Fix key-value-store:main
deprecation (#11)
This commit is contained in:
parent
ba7ca9e588
commit
faf88c2209
1
.discourse-compatibility
Normal file
1
.discourse-compatibility
Normal file
@ -0,0 +1 @@
|
||||
2.9.0.beta8: 1c4f5b1a99cfa610f13723bf0b3a5cf5c77e1ff4
|
@ -122,7 +122,7 @@ export default {
|
||||
},
|
||||
|
||||
initialize(container) {
|
||||
this.keyValueStore = container.lookup("key-value-store:main");
|
||||
this.keyValueStore = container.lookup("service:key-value-store");
|
||||
|
||||
this.migrateCookiesToKeyValueStore();
|
||||
this.expireOldValues();
|
||||
|
Loading…
x
Reference in New Issue
Block a user