mirror of
https://github.com/internetee/registry.git
synced 2025-06-03 19:27:29 +02:00
Integrate master
This commit is contained in:
parent
91b4f5a9dd
commit
48479dd70b
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ module Api
|
|||
private
|
||||
|
||||
def set_contacts_pool
|
||||
country_code, ident = current_user.registrant_ident.to_s.split '-'
|
||||
country_code, ident = current_registrant_user.registrant_ident.to_s.split '-'
|
||||
associated_domain_ids = begin
|
||||
BusinessRegistryCache.fetch_by_ident_and_cc(ident, country_code).associated_domain_ids
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue