Skip to content

Commit 807b250

Browse files
Update components/favro/actions/update-organization/update-organization.mjs
Co-authored-by: michelle0927 <[email protected]>
1 parent c7d4c4e commit 807b250

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/favro/actions/update-organization/update-organization.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export default {
4040
async run({ $ }) {
4141
const response = await this.app.updateOrganization({
4242
$,
43+
organizationId: this.organizationId,
4344
headers: {
4445
organizationId: this.organizationId,
4546
},
@@ -54,6 +55,7 @@ export default {
5455
},
5556
});
5657

58+
5759
$.export("$summary", `Successfully updated organization with ID '${this.organizationId}'`);
5860

5961
return response;

0 commit comments

Comments
 (0)