diff options
| author | stonedDiscord <stonedDiscord@users.noreply.github.com> | 2025-01-20 19:38:39 +0000 |
|---|---|---|
| committer | GitHub Action <actions@github.com> | 2025-01-20 19:38:39 +0000 |
| commit | d68b1ce54cb9fa3169ee73091fff6d737d973df3 (patch) | |
| tree | 3ad9c345e1165a5bb9f98fce0b5978aee6dbc4de | |
| parent | f15bd14d709a437555e95daff2ab4faccca4a3d0 (diff) | |
Prettified Code!
| -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 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); }; |
