Skip to content

Commit 0f2c03b

Browse files
Update components/kustomer/actions/update-conversation/update-conversation.mjs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 93f9d95 commit 0f2c03b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/kustomer/actions/update-conversation/update-conversation.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export default {
110110
assignedUsers: parseObject(this.assignedUsers),
111111
assignedTeams: parseObject(this.assignedTeams),
112112
defaultLang: this.defaultLang,
113-
queue: this.queue,
113+
queue: this.queueId,
114114
},
115115
});
116116

0 commit comments

Comments
 (0)