From 92dcc6c9804d251e612c4153413396a00dbe5c66 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Tue, 21 Sep 2021 09:39:09 -0700 Subject: [PATCH] Remove duplicated lines --- src/matrix/storage/idb/Transaction.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/matrix/storage/idb/Transaction.ts b/src/matrix/storage/idb/Transaction.ts index fd2c75a3..a4b68048 100644 --- a/src/matrix/storage/idb/Transaction.ts +++ b/src/matrix/storage/idb/Transaction.ts @@ -56,9 +56,6 @@ export class Transaction { private _writeErrors: WriteErrorInfo[]; constructor(txn: IDBTransaction, allowedStoreNames: StoreNames[], storage: Storage) { - this._txn = txn; - this._allowedStoreNames = allowedStoreNames; - this._stores = {}; this._txn = txn; this._allowedStoreNames = allowedStoreNames; this._stores = {};