correct store name

This commit is contained in:
Bruno Windels 2020-09-04 16:40:51 +02:00
parent f31efe3e87
commit 7bfcfc9eed

View file

@ -108,7 +108,7 @@ export class Transaction {
}
get groupSessionDecryptions() {
return this._store("groupSessionDecryptions", idbStore => new OutboundGroupSessionStore(idbStore));
return this._store("groupSessionDecryptions", idbStore => new GroupSessionDecryptionStore(idbStore));
}
complete() {