diff options
| author | stonedDiscord <Tukz@gmx.de> | 2023-09-20 13:10:36 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2023-09-20 13:10:36 +0200 |
| commit | dda92bd41f4bee11e2cc5de265ce4fbf5221f1ff (patch) | |
| tree | bcb0f8121955ff815758b30ec4e24a1e6bde4fba /webAO/client/aoHost.ts | |
| parent | 59028dd4046ad0715d80be8d1ed0031f20f05b7a (diff) | |
autoformat with eslint
Diffstat (limited to 'webAO/client/aoHost.ts')
| -rw-r--r-- | webAO/client/aoHost.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client/aoHost.ts b/webAO/client/aoHost.ts index 9b0a768..fa13e79 100644 --- a/webAO/client/aoHost.ts +++ b/webAO/client/aoHost.ts @@ -1,5 +1,5 @@ import queryParser from '../utils/queryParser' -let { asset } = queryParser(); +const { asset } = queryParser(); const DEFAULT_HOST = 'http://attorneyoffline.de/base/'; export let AO_HOST = asset || DEFAULT_HOST export const setAOhost = (val: string) => { |
