From 3a20e8e4459cbd88b5d0b642cb3cabada9590abd Mon Sep 17 00:00:00 2001 From: Muhsin Keloth Date: Mon, 18 Mar 2024 19:00:31 +0530 Subject: [PATCH] Update sync_attributes.rb --- app/services/contacts/sync_attributes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/services/contacts/sync_attributes.rb b/app/services/contacts/sync_attributes.rb index 1e6b7d2c8..bc10def66 100644 --- a/app/services/contacts/sync_attributes.rb +++ b/app/services/contacts/sync_attributes.rb @@ -7,7 +7,7 @@ class Contacts::SyncAttributes def perform update_contact_location_and_country_code - # set_contact_type + set_contact_type end private