mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 11:38:30 +02:00
Merge pull request #1949 from internetee/dependabot/bundler/rexml-3.2.5
Bump rexml from 3.2.4 to 3.2.5
This commit is contained in:
commit
9c2bbd8e89
4 changed files with 8 additions and 2 deletions
|
@ -103,7 +103,7 @@ module Epp
|
|||
@errors += obj.errors[:epp_errors]
|
||||
end
|
||||
|
||||
if params[:parsed_frame].at_css('update')
|
||||
if params[:parsed_frame]&.at_css('update')
|
||||
@errors.each_with_index do |errors, index|
|
||||
if errors[:code] == '2304' &&
|
||||
errors[:value].present? &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue