change this back as well
This commit is contained in:
parent
cb7da2ba4a
commit
9a4d47820d
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ export class Transaction {
|
|||
return this._store("accountData", idbStore => new AccountDataStore(idbStore));
|
||||
}
|
||||
|
||||
async complete() {
|
||||
complete() {
|
||||
return txnAsPromise(this._txn);
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue