🐛 Removed some random letters
This commit is contained in:
@@ -282,7 +282,6 @@ export default class ComicProcessorService extends Service {
|
|||||||
if (toReplaceIndex !== -1) {
|
if (toReplaceIndex !== -1) {
|
||||||
// Replace the existing result with the updated result
|
// Replace the existing result with the updated result
|
||||||
resultsForInstance[toReplaceIndex] = payload;
|
resultsForInstance[toReplaceIndex] = payload;
|
||||||
rty6j
|
|
||||||
// Optionally, update the map with the modified array
|
// Optionally, update the map with the modified array
|
||||||
this.airDCPPSearchResults.set(entityId, resultsForInstance);
|
this.airDCPPSearchResults.set(entityId, resultsForInstance);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user