From a27daa2ec647f67904d8d2938d272a9745bde6bb Mon Sep 17 00:00:00 2001 From: stratumadev Date: Mon, 14 Apr 2025 22:04:38 +0200 Subject: [PATCH] eslint my beloved --- adn.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adn.ts b/adn.ts index 1947142..60ce886 100644 --- a/adn.ts +++ b/adn.ts @@ -281,7 +281,7 @@ export default class AnimationDigitalNetwork implements ServiceClass { } for (const special of specials) { console.info(` (Special) (${special.id}) [${special.shortNumber}] ${special.number} - ${special.name}`); - show.value.videos.splice(show.value.videos.findIndex(i => i.id === special.id), 1) + show.value.videos.splice(show.value.videos.findIndex(i => i.id === special.id), 1); } show.value.videos.push(...specials); return { isOk: true, value: show.value };