Skip to content

Commit 54d8b9a

Browse files
committed
Adjusting embed parameter
1 parent c8a069c commit 54d8b9a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/help_scout/actions/get-conversation-details/get-conversation-details.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ export default {
2626
$,
2727
conversationId: this.conversationId,
2828
params: {
29-
embed: this.embed,
29+
embed: this.embed
30+
? "threads"
31+
: undefined,
3032
},
3133
});
3234

0 commit comments

Comments
 (0)