From 58cc143aefca808e02dbf9751fd3d6e76356dd69 Mon Sep 17 00:00:00 2001 From: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com> Date: Thu, 2 Oct 2025 16:18:47 +0200 Subject: [PATCH] remove "aiServiceResponse" duplicate Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- scripts/modules/task-manager/expand-task.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/modules/task-manager/expand-task.js b/scripts/modules/task-manager/expand-task.js index 45e5515e..5ad7891a 100644 --- a/scripts/modules/task-manager/expand-task.js +++ b/scripts/modules/task-manager/expand-task.js @@ -300,8 +300,6 @@ async function expandTask( } let aiServiceResponse = null; - let aiServiceResponse = null; - try { const role = useResearch ? 'research' : 'main';