From 6f11e84c1d985cfd653d6237ba49abed05c33438 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Thu, 20 Feb 2025 12:36:53 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Removed=20some=20random=20letter?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/comicprocessor.service.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/services/comicprocessor.service.ts b/services/comicprocessor.service.ts index 39b2c7f..4ec10a9 100644 --- a/services/comicprocessor.service.ts +++ b/services/comicprocessor.service.ts @@ -282,7 +282,6 @@ export default class ComicProcessorService extends Service { if (toReplaceIndex !== -1) { // Replace the existing result with the updated result resultsForInstance[toReplaceIndex] = payload; -rty6j // Optionally, update the map with the modified array this.airDCPPSearchResults.set(entityId, resultsForInstance); }