From c529df179bfafe9ec8f2a847b768fa954b83d6c0 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 29 Sep 2020 09:56:46 +0200 Subject: [PATCH] also import this --- src/matrix/storage/idb/Store.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/matrix/storage/idb/Store.js b/src/matrix/storage/idb/Store.js index e783d128..905ace1b 100644 --- a/src/matrix/storage/idb/Store.js +++ b/src/matrix/storage/idb/Store.js @@ -16,6 +16,7 @@ limitations under the License. import {QueryTarget} from "./QueryTarget.js"; import {IDBRequestAttemptError} from "./error.js"; +import {StorageError} from "../error.js"; class QueryTargetWrapper { constructor(qt) {