Hide prepare user map

This commit is contained in:
Pranav Raj S 2022-06-04 19:03:42 +05:30
parent 55967a84eb
commit a00fda47a5

View file

@ -4,8 +4,8 @@ class MigrateToCloud::ImportToCloud
def perform(type) def perform(type)
case type case type
when 'user' when 'user'
prepare_user_map # prepare_user_map
# import_users_to_account import_users_to_account
when 'contact' when 'contact'
import_contacts_to_account import_contacts_to_account
when 'conversation' when 'conversation'