From 350777e244e6a995e0db0c46a7ec180028e37a51 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:23:36 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=A5=87=20useTaskListWatcher.t?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/useTaskListWatcher.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hooks/useTaskListWatcher.ts b/src/hooks/useTaskListWatcher.ts index 1fa3b90..b612a62 100644 --- a/src/hooks/useTaskListWatcher.ts +++ b/src/hooks/useTaskListWatcher.ts @@ -219,3 +219,4 @@ function formatTaskAsPrompt(task: Task): string { return prompt } +