Remove duplicated lines

This commit is contained in:
Danila Fedorin 2021-09-21 09:39:09 -07:00
parent a3a743881d
commit 92dcc6c980

View file

@ -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 = {};