aboutsummaryrefslogtreecommitdiff
path: root/webAO/client
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/client')
-rw-r--r--webAO/client/aoHost.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client/aoHost.ts b/webAO/client/aoHost.ts
index 4501104..9102168 100644
--- a/webAO/client/aoHost.ts
+++ b/webAO/client/aoHost.ts
@@ -13,5 +13,5 @@ export const setAOhost = (val: string) => {
}
if (AO_HOST.length < 5) {
AO_HOST = val;
- }
+ }
};