Skip to content

Commit fff1982

Browse files
authored
Minor fix on Swell action description
1 parent 2ebf7e1 commit fff1982

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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
};

0 commit comments

Comments
 (0)