chore: remove unused responseText variable

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Ralph Khreish
2025-10-02 15:44:55 +02:00
committed by GitHub
parent f68330efb3
commit 3aac7ac349

View File

@@ -299,7 +299,7 @@ async function expandTask(
);
}
const responseText = '';
let aiServiceResponse = null;
let aiServiceResponse = null;
try {