mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
fix: add nil check for registrant in phone checker job Add a guard clause to handle cases where registrant_user is not found in execute_single_checker method. This prevents potential NoMethodError when trying to check phone number for non-existent registrant. Previously the method would raise an error when registrant_user_code was invalid or not found in the database. |
||
---|---|---|
.. | ||
application_job.rb | ||
bounced_emails_cleaner_job.rb | ||
check_force_delete_job.rb | ||
check_force_delete_lift.rb | ||
company_register_status_job.rb | ||
csync_job.rb | ||
delete_monthly_invoices_job.rb | ||
directo_invoice_forward_job.rb | ||
directo_invoice_forward_legacy_job.rb | ||
dispute_status_update_job.rb | ||
domain_delete_confirm_job.rb | ||
domain_delete_job.rb | ||
domain_expire_email_job.rb | ||
domain_update_confirm_job.rb | ||
force_delete_daily_admin_notifier_job.rb | ||
nameserver_record_validation_job.rb | ||
notify_accreditation_admins_and_registrars_job.rb | ||
org_registrant_phone_checker_job.rb | ||
outzone_invalid_email_domains_job.rb | ||
regenerate_registrar_whoises_job.rb | ||
regenerate_subzone_whoises_job.rb | ||
registrant_change_confirm_email_job.rb | ||
registrant_change_expired_email_job.rb | ||
registrant_change_notice_email_job.rb | ||
replace_upd_to_obj_upd_prohibited_job.rb | ||
scan_csv_registry_businnes_contacts_job.rb | ||
send_e_invoice_job.rb | ||
send_e_invoice_legacy_job.rb | ||
send_monthly_invoices_job.rb | ||
sync_accredited_users_job.rb | ||
update_whois_record_job.rb | ||
validate_dnssec_job.rb | ||
verify_emails_job.rb |