mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44:47 +02:00
fixed codeclimate error
This commit is contained in:
parent
d6985dc78b
commit
01840ef511
1 changed files with 2 additions and 2 deletions
|
@ -173,8 +173,8 @@ module Depp
|
|||
|
||||
def update_attributes(params)
|
||||
self.ident_country_code ||= params[:ident_country_code]
|
||||
self.ident_type ||= params[:ident_type]
|
||||
self.ident ||= params[:ident]
|
||||
self.ident_type ||= params[:ident_type]
|
||||
self.ident ||= params[:ident]
|
||||
|
||||
self.name = params[:name]
|
||||
self.email = params[:email]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue