Skip to content

Commit 34be9bc

Browse files
committed
fixing copy paste errors
1 parent 2b09b72 commit 34be9bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tool-execute-query-sql/default/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dynamicData": {
2424
"type": "list",
2525
"workflow": "default",
26-
"operation": "Get_rows",
26+
"operation": "Execute_a_SQL_query",
2727
"connection": "sql_#workflowname#"
2828
}
2929
},
@@ -36,7 +36,7 @@
3636
"dynamicData": {
3737
"type": "list",
3838
"workflow": "default",
39-
"operation": "Get_rows",
39+
"operation": "Execute_a_SQL_query",
4040
"connection": "sql_#workflowname#"
4141
}
4242
}

0 commit comments

Comments
 (0)