mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +02:00
111864739-method_fix
This commit is contained in:
parent
f087a00bef
commit
feb93b4093
1 changed files with 1 additions and 4 deletions
|
@ -194,10 +194,7 @@ class Epp::Domain < Domain
|
|||
end
|
||||
|
||||
at[:dnskeys_attributes] = dnskeys_attrs(dnskey_frame, action)
|
||||
|
||||
doc = legal_document_from(frame)
|
||||
self.legal_document_id = doc.id if doc.id
|
||||
at[:legal_documents_attributes] = doc
|
||||
at[:legal_documents_attributes] = legal_document_from(frame)
|
||||
at
|
||||
end
|
||||
# rubocop: enable Metrics/PerceivedComplexity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue