diff
Deploy Node App / deploy (push) Failing after 1m4s

This commit is contained in:
Gitea
2026-06-03 18:22:31 +05:30
parent be5c5b86e5
commit 301e92ca35
+1 -1
View File
@@ -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",