Skip to content

Commit 03e4f0f

Browse files
authored
Minor fix on Swell action summary (#16261)
* Minor fix on Swell action description * Bump package.json version
1 parent 89cb048 commit 03e4f0f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/swell/actions/update-account/update-account.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "swell-update-account",
55
name: "Update Account",
66
description: "Update an existing account with the corresponding ID. [See the documentation](https://developers.swell.is/backend-api/accounts/update-an-account)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
app,
@@ -57,7 +57,7 @@ export default {
5757
notes: this.notes,
5858
},
5959
});
60-
$.export("$summary", "Successfully updated account with ID: " + this.id);
60+
$.export("$summary", "Successfully updated account with ID: " + this.accountId);
6161
return response;
6262
},
6363
};

components/swell/package.json

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

0 commit comments

Comments
 (0)