js/mod/recent_posts.js: remove unneeded line

This commit is contained in:
Jon 2024-01-31 02:51:21 +00:00 committed by towards-a-new-leftypol
parent aea9793160
commit b8af556b2a
1 changed files with 0 additions and 2 deletions

View File

@ -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)