remove "aiServiceResponse" duplicate

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Ralph Khreish
2025-10-02 16:18:47 +02:00
committed by GitHub
parent 3aac7ac349
commit 58cc143aef

View File

@@ -300,8 +300,6 @@ async function expandTask(
} }
let aiServiceResponse = null; let aiServiceResponse = null;
let aiServiceResponse = null;
try { try {
const role = useResearch ? 'research' : 'main'; const role = useResearch ? 'research' : 'main';