Skip to content

Commit d886106

Browse files
committed
add id to summary
1 parent 06cc07a commit d886106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export default {
9393
},
9494
});
9595

96-
$.export("$summary", "Successfully created communication");
96+
$.export("$summary", `Successfully created communication with ID ${response.id}`);
9797
return response;
9898
},
9999
};

0 commit comments

Comments
 (0)