fix: country_code should be checked against the contact (#13186)

This commit is contained in:
Shivam Mishra
2026-01-13 14:47:27 +05:30
committed by GitHub
parent 821a5b85c2
commit 7b51939f07
8 changed files with 53 additions and 33 deletions

View File

@@ -78,7 +78,6 @@ const getValueFromConversation = (conversation, attributeKey) => {
case 'team_id':
return conversation.meta?.team?.id;
case 'browser_language':
case 'country_code':
case 'referer':
return conversation.additional_attributes?.[attributeKey];
default: