From 6e6d1448850b3ef08381777dbe0c1390d185c7da Mon Sep 17 00:00:00 2001 From: hanyd Date: Thu, 5 Sep 2024 13:55:42 +0800 Subject: [PATCH] Redundant comment --- src/utils/video.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/video.ts b/src/utils/video.ts index 6f566a89..90431887 100644 --- a/src/utils/video.ts +++ b/src/utils/video.ts @@ -267,7 +267,6 @@ function setupVideoMutationListener() { if (!videoContainer) return; if (videoMutationObserver) videoMutationObserver.disconnect(); - // eslint-disable-next-line @typescript-eslint/no-misused-promises videoMutationObserver = new MutationObserver(refreshVideoAttachments); videoMutationListenerElement = videoContainer;