Fix updating procedure

This commit is contained in:
Alex Sherman 2020-12-03 13:39:58 +05:00
parent 6ab08dbd67
commit 252d39464a
4 changed files with 20 additions and 3 deletions

View file

@ -11,7 +11,6 @@ module Domains
preclean_pendings
clean_pendings!
domain.save(validate: false)
end
end
end