From d68b1ce54cb9fa3169ee73091fff6d737d973df3 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Mon, 20 Jan 2025 19:38:39 +0000 Subject: Prettified Code! --- webAO/client/aoHost.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webAO/client/aoHost.ts b/webAO/client/aoHost.ts index d6f0c50..acb66d4 100644 --- a/webAO/client/aoHost.ts +++ b/webAO/client/aoHost.ts @@ -13,6 +13,6 @@ export const setAOhost = (val: string) => { } if (AO_HOST.length < 5 || !AO_HOST) { AO_HOST = val; - } + } console.log("Asset URL ist now " + AO_HOST); }; -- cgit