change this back as well

This commit is contained in:
Bruno Windels 2020-10-01 14:46:30 +02:00
parent cb7da2ba4a
commit 9a4d47820d

View file

@ -116,7 +116,7 @@ export class Transaction {
return this._store("accountData", idbStore => new AccountDataStore(idbStore));
}
async complete() {
complete() {
return txnAsPromise(this._txn);
}