Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check_force_delete returns NoMethodError #2435

Closed
vohmar opened this issue Sep 5, 2022 · 1 comment
Closed

check_force_delete returns NoMethodError #2435

vohmar opened this issue Sep 5, 2022 · 1 comment
Labels

Comments

@vohmar
Copy link
Contributor

vohmar commented Sep 5, 2022

trying to set force delete status on domains with invalid email addresses results in error

rake check_force_delete

rake aborted!
NoMethodError: undefined method need_to_start_force_delete?' for nil:NilClass /home/registry/deploy/releases/20220905123435/lib/tasks/check_force_delete.rake:7:in block (2 levels) in

'
/home/registry/deploy/releases/20220905123435/lib/tasks/check_force_delete.rake:5:in select' /home/registry/deploy/releases/20220905123435/lib/tasks/check_force_delete.rake:5:in block in '
/home/registry/.rbenv/versions/3.0.3/bin/bundle:23:in load' /home/registry/.rbenv/versions/3.0.3/bin/bundle:23:in '
Tasks: TOP => check_force_delete
(See full trace by running task with --trace)

@vohmar
Copy link
Contributor Author

vohmar commented Sep 8, 2022

fixed by #2432

@vohmar vohmar closed this as completed Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant