From 42003ac2294b365a4b2dedd0323766fbe4a29fdc Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Thu, 9 Dec 2021 09:59:24 +0000 Subject: [PATCH] Move comment Signed-off-by: Aaron Raimist --- src/utils/createMatrixClient.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/utils/createMatrixClient.ts b/src/utils/createMatrixClient.ts index a57b2e8c4c..867c912470 100644 --- a/src/utils/createMatrixClient.ts +++ b/src/utils/createMatrixClient.ts @@ -18,7 +18,8 @@ import { IndexedDBCryptoStore } from "matrix-js-sdk/src/crypto/store/indexeddb-c import { WebStorageSessionStore } from "matrix-js-sdk/src/store/session/webstorage"; import { IndexedDBStore } from "matrix-js-sdk/src/store/indexeddb"; -import IndexedDBWorker from "../workers/indexeddb.worker.ts"; // @ts-ignore - `.ts` is needed here to make TS happy +// @ts-ignore - `.ts` is needed here to make TS happy +import IndexedDBWorker from "../workers/indexeddb.worker.ts"; const localStorage = window.localStorage;