Skip to content

Commit d8822c3

Browse files
fix typo (#16464)
1 parent acb8255 commit d8822c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/postgresql/actions/execute-custom-query/execute-custom-query.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
name: "Execute SQL Query",
55
key: "postgresql-execute-custom-query",
66
description: "Execute a custom PostgreSQL query. See [our docs](https://pipedream.com/docs/databases/working-with-sql) to learn more about working with SQL in Pipedream.",
7-
version: "3.0.1",
7+
version: "3.0.2",
88
type: "action",
99
props: {
1010
postgresql,
@@ -14,7 +14,7 @@ export default {
1414
auth: {
1515
app: "postgresql",
1616
},
17-
label: "PostreSQL Query",
17+
label: "PostgreSQL Query",
1818
},
1919
},
2020
async run({ $ }) {

components/postgresql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/postgresql",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "Pipedream PostgreSQL Components",
55
"main": "postgresql.app.mjs",
66
"keywords": [

0 commit comments

Comments
 (0)