mirror of
https://github.com/internetee/registry.git
synced 2025-07-14 23:15:14 +02:00
Removed unneeded variable
This commit is contained in:
parent
2b037fdf00
commit
0e45460936
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class Epp::Contact < Contact
|
||||||
|
|
||||||
# add prefix when needed
|
# add prefix when needed
|
||||||
if custom_code.present?
|
if custom_code.present?
|
||||||
cid, rcode, custom = custom_code.split(':')
|
cid, rcode = custom_code.split(':')
|
||||||
if "#{cid}:#{rcode}" != registrar.contact_prefix
|
if "#{cid}:#{rcode}" != registrar.contact_prefix
|
||||||
custom_code = "#{registrar.contact_prefix}:#{custom_code}"
|
custom_code = "#{registrar.contact_prefix}:#{custom_code}"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue