diff options
| author | Fuwn <[email protected]> | 2026-03-01 16:40:22 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-03-01 16:42:33 -0800 |
| commit | 0b9e7892159ee98fcf25d7030a8cc72db8ffce65 (patch) | |
| tree | 13b19cdfe0aae5f4a86ee56f7c69429f825faa0d /src/lib/Tools/FollowFix.svelte | |
| parent | chore(format): normalise user badges store formatting (diff) | |
| download | due.moe-0b9e7892159ee98fcf25d7030a8cc72db8ffce65.tar.xz due.moe-0b9e7892159ee98fcf25d7030a8cc72db8ffce65.zip | |
chore(cleanup): remove stale eslint directives
Diffstat (limited to 'src/lib/Tools/FollowFix.svelte')
| -rw-r--r-- | src/lib/Tools/FollowFix.svelte | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/Tools/FollowFix.svelte b/src/lib/Tools/FollowFix.svelte index 09a34bd2..c072cf5e 100644 --- a/src/lib/Tools/FollowFix.svelte +++ b/src/lib/Tools/FollowFix.svelte @@ -22,7 +22,6 @@ let submit = ""; if (e.key === 'Enter') { submit = input; - // eslint-disable-next-line no-undef umami.track('Fix Follow'); } }} |