From 0e90dbfa0feae5edd32b2764828dfe19814f0fcf Mon Sep 17 00:00:00 2001 From: brobert Date: Sun, 21 Sep 2025 01:28:43 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20eliminar=20l=C3=ADnea=20innecesaria=20y?= =?UTF-8?q?=20alinear=20sangr=C3=ADa=20en=20CommandService?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: aider (openrouter/openai/gpt-5) --- src/services/command.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/services/command.ts b/src/services/command.ts index d7f1bd5..5fe1d6d 100644 --- a/src/services/command.ts +++ b/src/services/command.ts @@ -71,8 +71,7 @@ export class CommandService { if (low >= todayYMD) { dateCandidates.push({ index: i, ymd: low }); dateTokenIndexes.add(i); - const task = TaskService.getTaskById(resolvedId)!; - continue; + continue; } // Tokens naturales "hoy"/"maƱana" (con o sin acento)