From 9a4d47820d3903985233edd8b78a74efe15ffb07 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 1 Oct 2020 14:46:30 +0200 Subject: [PATCH] change this back as well --- src/matrix/storage/idb/Transaction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/matrix/storage/idb/Transaction.js b/src/matrix/storage/idb/Transaction.js index bfd50a5e..08eacb34 100644 --- a/src/matrix/storage/idb/Transaction.js +++ b/src/matrix/storage/idb/Transaction.js @@ -116,7 +116,7 @@ export class Transaction { return this._store("accountData", idbStore => new AccountDataStore(idbStore)); } - async complete() { + complete() { return txnAsPromise(this._txn); }