Skip to content

Commit 401b749

Browse files
committed
Fixed requested changes
1 parent c445476 commit 401b749

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export default {
2121
],
2222
description: "Organization of the user that will be associated with the new organization",
2323

24-
2524
},
2625
userId: {
2726
propDefinition: [
@@ -56,7 +55,6 @@ export default {
5655

5756
$.export("$summary", `Successfully created organization named ${this.name}`);
5857

59-
6058
return response;
6159
},
6260
};

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ export default {
5555
},
5656
});
5757

58-
5958
$.export("$summary", `Successfully updated organization with ID '${this.organizationId}'`);
6059

6160
return response;

0 commit comments

Comments
 (0)