Skip to content

Commit

Permalink
Fix node (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
juchiast authored Nov 30, 2023
1 parent bb1f86d commit e931062
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/cmds-std/node-definitions/postgrest/new_rpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
],
"sources": [
{
"name": "quey",
"name": "query",
"type": "object",
"defaultValue": "",
"tooltip": ""
Expand All @@ -93,8 +93,8 @@
"type": "object",
"title": "New RPC",
"properties": {
"table": {
"title": "table",
"function": {
"title": "function",
"type": "string"
}
}
Expand Down

0 comments on commit e931062

Please sign in to comment.