mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 11:38:30 +02:00
Add legacy domain history model, remove some dead code, fix domain update xml #2693
This commit is contained in:
parent
e42a50dc4c
commit
dddc3207b9
4 changed files with 10 additions and 6 deletions
|
@ -228,9 +228,9 @@ module Depp
|
|||
|
||||
{
|
||||
name: { value: domain_params[:name] },
|
||||
chg: chg,
|
||||
add: add_arr,
|
||||
rem: rem_arr
|
||||
rem: rem_arr,
|
||||
chg: chg
|
||||
}
|
||||
end
|
||||
# rubocop: enable Metrics/PerceivedComplexity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue