mirror of
https://github.com/internetee/registry.git
synced 2025-06-05 12:17:30 +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
|
private
|
||||||
|
|
||||||
def set_contacts_pool
|
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
|
associated_domain_ids = begin
|
||||||
BusinessRegistryCache.fetch_by_ident_and_cc(ident, country_code).associated_domain_ids
|
BusinessRegistryCache.fetch_by_ident_and_cc(ident, country_code).associated_domain_ids
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue