Skip to content

Commit a72a111

Browse files
committed
whitespace
1 parent 4f61c98 commit a72a111

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

components/hubspot/actions/add-conversation-comment/add-conversation-comment.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ export default {
4444
$.export("$summary", `Successfully added internal comment to conversation thread ${this.threadId}`);
4545
return response;
4646
},
47-
};
47+
};
48+

components/hubspot/actions/send-conversation-message/send-conversation-message.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,5 @@ export default {
6161
$.export("$summary", `Successfully sent message to conversation thread ${this.threadId}`);
6262
return response;
6363
},
64-
};
64+
};
65+

components/hubspot/sources/new-conversation-comment/new-conversation-comment.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,5 @@ export default {
5858
this.processEvents(comments);
5959
},
6060
},
61-
};
61+
};
62+

components/hubspot/sources/new-conversation-message/new-conversation-message.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,5 @@ export default {
8282
this.processEvents(relevantMessages);
8383
},
8484
},
85-
};
85+
};
86+

0 commit comments

Comments
 (0)