fixed codeclimate error

This commit is contained in:
dinsmol 2021-07-20 07:02:58 +03:00
parent d6985dc78b
commit 01840ef511

View file

@ -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]