DEV: Fix `key-value-store:main` deprecation (#11)
This commit is contained in:
parent
ba7ca9e588
commit
faf88c2209
|
@ -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…
Reference in New Issue