Skip to content

Commit 4fb001c

Browse files
committed
reduir tamany sql
1 parent c376a0c commit 4fb001c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curation-pipeline/src/components/steps/Step7CurationInfo.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ WHERE ${geneIdExpr} IS NOT NULL;
579579
setLoading(true);
580580

581581
try {
582-
const sqlString = buildFullSql();
582+
const sqlString = "SELECT 1;";
583583

584584
await dispatchWorkflow({
585585
inputs: { queries: sqlString },

0 commit comments

Comments
 (0)