mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
fix wrong idb method used in session store
This commit is contained in:
parent
44e9f91d4c
commit
6aad751611
@ -47,7 +47,7 @@ export class SessionStore {
|
|||||||
}
|
}
|
||||||
|
|
||||||
add(key, value) {
|
add(key, value) {
|
||||||
return this._sessionStore.put({key, value});
|
return this._sessionStore.add({key, value});
|
||||||
}
|
}
|
||||||
|
|
||||||
remove(key) {
|
remove(key) {
|
||||||
|
Loading…
Reference in New Issue
Block a user