mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
dont need this anymore
This commit is contained in:
parent
b08b7e521a
commit
cb7da2ba4a
@ -45,7 +45,7 @@ export class Transaction {
|
||||
// more specific error? this is a bug, so maybe not ...
|
||||
throw new StorageError(`Invalid store for transaction: ${name}, only ${this._allowedStoreNames.join(", ")} are allowed.`);
|
||||
}
|
||||
return new Store(this._txn.objectStore(name), this);
|
||||
return new Store(this._txn.objectStore(name));
|
||||
}
|
||||
|
||||
_store(name, mapStore) {
|
||||
|
Loading…
Reference in New Issue
Block a user