mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 01:03:35 +02:00
Syntax update
This commit is contained in:
parent
4448284680
commit
5c12362a7d
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ module Depp
|
||||||
end
|
end
|
||||||
|
|
||||||
def extension_xml
|
def extension_xml
|
||||||
xml = {_anonymus: []}
|
xml = { _anonymus: [] }
|
||||||
ident = ident_xml[:_anonymus].try(:first)
|
ident = ident_xml[:_anonymus].try(:first)
|
||||||
legal = legal_document_xml[:_anonymus].try(:first)
|
legal = legal_document_xml[:_anonymus].try(:first)
|
||||||
xml[:_anonymus] << ident if ident.present?
|
xml[:_anonymus] << ident if ident.present?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue