From b8af556b2a28fa01fb2490709e09a5e6d8c8424e Mon Sep 17 00:00:00 2001 From: Jon <134811123+jonsmy@users.noreply.github.com> Date: Wed, 31 Jan 2024 02:51:21 +0000 Subject: [PATCH] js/mod/recent_posts.js: remove unneeded line --- js/mod/recent_posts.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/mod/recent_posts.js b/js/mod/recent_posts.js index 8be69723..cd685c56 100644 --- a/js/mod/recent_posts.js +++ b/js/mod/recent_posts.js @@ -5,8 +5,6 @@ if (AbortSignal.any === undefined) { AbortSignal.any = function (signals) { const controller = new AbortController() - const callbacks = [] - const abortFn = () => { for (const signal of signals) { signal.removeEventListener("abort", abortFn)