diff options
| author | stonedDiscord <stonedDiscord@users.noreply.github.com> | 2025-01-20 19:34:11 +0000 |
|---|---|---|
| committer | GitHub Action <actions@github.com> | 2025-01-20 19:34:11 +0000 |
| commit | 7cfafa9fd9c65c45a158c08e446809d08c024f4b (patch) | |
| tree | 99042ffc52e9950bf9dda0a8ea49ae431faf26fb /webAO/client | |
| parent | 26d4521eeeaa99c60dafd92e5a7b38a6def20b92 (diff) | |
Prettified Code!
Diffstat (limited to 'webAO/client')
| -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 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; - } + } }; |
