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) {