From 301e92ca35d159f863d18bdbae4fc92a3271057a Mon Sep 17 00:00:00 2001 From: Gitea Date: Wed, 3 Jun 2026 18:22:31 +0530 Subject: [PATCH] diff --- controller/handleOrchestration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/handleOrchestration.js b/controller/handleOrchestration.js index 7461cdd..cdce437 100644 --- a/controller/handleOrchestration.js +++ b/controller/handleOrchestration.js @@ -174,7 +174,7 @@ const pollUntilFinished = async (taskId, maxAttempts = 50) => { if (askingTask?.status === "FINISHED") { if (askingTask?.candidates?.length > 0) { return { sql: askingTask.candidates[0].sql, type: "sql" }; - } + } return { sql: null, type: "clarification",