Hide prepare user map
This commit is contained in:
parent
55967a84eb
commit
a00fda47a5
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue