diff options
| author | stonedDiscord <stonedDiscord@users.noreply.github.com> | 2024-12-22 16:01:52 +0000 |
|---|---|---|
| committer | GitHub Action <actions@github.com> | 2024-12-22 16:01:52 +0000 |
| commit | 94c78531c3868ce6cb0d5a933c23bbfd0f197ea3 (patch) | |
| tree | e634c565736c3ffe6260155c25ff80cb40121e2c | |
| parent | 36d83cefe2dae2ec90b51b2f74a55382ead05bf7 (diff) | |
Prettified Code!
| -rw-r--r-- | webAO/packets/handlers/handleAUTH.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/packets/handlers/handleAUTH.ts b/webAO/packets/handlers/handleAUTH.ts index 1433ccf..12551bb 100644 --- a/webAO/packets/handlers/handleAUTH.ts +++ b/webAO/packets/handlers/handleAUTH.ts @@ -7,4 +7,4 @@ export const handleAUTH = (args: string[]) => { (<HTMLAnchorElement>document.getElementById("mod_ui")).href = `styles/mod.css`; } -};
\ No newline at end of file +}; |
