mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 06:26:15 +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. |
||
---|---|---|
.. | ||
assets | ||
controllers | ||
helpers | ||
interactions | ||
jobs | ||
lib | ||
mailers | ||
models | ||
presenters | ||
services | ||
validators | ||
views |