Skip to content

Commit d321a80

Browse files
committed
some adjusts
1 parent a726726 commit d321a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dixa/actions/add-message/add-message.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default {
5252
conversationId: this.conversationId,
5353
data: {
5454
content: {
55-
agentId: this.direction === "Outbound"
55+
agentId: this.direction !== "Outbound"
5656
? this.agentId
5757
: undefined,
5858
value: this.content,

0 commit comments

Comments
 (0)