whois update in auction list

This commit is contained in:
olegphenomenon 2023-05-18 10:09:25 +03:00
parent 316f00cadc
commit 06254fb994
3 changed files with 19 additions and 5 deletions

View file

@ -64,13 +64,11 @@ module Admin
response = base_get_request(uri: uri, port: ENV['registry_demo_registrar_port'])
if response.code == "200"
return record_result_for_each_api_user(response: response)
if response.code == '200'
record_result_for_each_api_user(response: response)
else
return redirect_to request.referer, notice: 'Registrar no found'
redirect_to request.referer, notice: 'Registrar no found'
end
redirect_to request.referer, notice: 'Something goes wrong'
end
def remove_test_date