aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.ts
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-08-30 20:53:31 +0200
committerstonedDiscord <Tukz@gmx.de>2022-08-30 20:53:31 +0200
commit2838fbe91a270ed3d69ac708dac85b108b6f09dc (patch)
tree3dbec002d22e32e0e14d289edeb43aef10a99151 /webAO/client.ts
parent2e5e164bbde1b024834430a91a5c1b81b6e33ae4 (diff)
use the typescript version of queryparser
Diffstat (limited to 'webAO/client.ts')
-rw-r--r--webAO/client.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.ts b/webAO/client.ts
index edd5d13..918704d 100644
--- a/webAO/client.ts
+++ b/webAO/client.ts
@@ -25,7 +25,7 @@ import {
changeTestimonyVolume,
} from "./dom/changeVolume.js";
import fileExists from "./utils/fileExists.js";
-import queryParser from "./utils/queryParser.js";
+import queryParser from "./utils/queryParser";
import getResources from "./utils/getResources.js";
import transparentPng from "./constants/transparentPng";
import downloadFile from "./services/downloadFile";