From c1ecaffbae88a08a0a422f8bca37b95953b4d5a0 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 29 Sep 2020 09:54:51 +0200 Subject: [PATCH] fix refactor typo --- src/matrix/storage/idb/Store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/matrix/storage/idb/Store.js b/src/matrix/storage/idb/Store.js index 08123ccb..e783d128 100644 --- a/src/matrix/storage/idb/Store.js +++ b/src/matrix/storage/idb/Store.js @@ -15,7 +15,7 @@ limitations under the License. */ import {QueryTarget} from "./QueryTarget.js"; -import {IDBRequestAttemptError} from "./utils.js"; +import {IDBRequestAttemptError} from "./error.js"; class QueryTargetWrapper { constructor(qt) {