Skip to content

Commit c189bda

Browse files
committed
update summary
1 parent 5bffbba commit c189bda

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

components/hubspot/actions/create-note/create-note.mjs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ export default {
6666
},
6767
async run({ $ }) {
6868
const {
69-
hubspot,
7069
/* eslint-disable no-unused-vars */
70+
hubspot,
7171
toObjectType,
7272
toObjectId,
7373
associationType,
@@ -110,8 +110,7 @@ export default {
110110

111111
const engagement = await this.createEngagement(objectType, properties, associations, $);
112112

113-
const objectName = hubspot.getObjectTypeName(objectType);
114-
$.export("$summary", `Successfully created ${objectName}`);
113+
$.export("$summary", "Successfully created note");
115114

116115
return engagement;
117116
},

0 commit comments

Comments
 (0)