move order of delete_all_cache on undelete to bottom

This commit is contained in:
Kyle Drake 2023-11-18 10:53:48 -06:00
parent c31b45575f
commit 0f860cfdcc

View file

@ -516,8 +516,8 @@ class Site < Sequel::Model
save_changes
}
delete_all_cache
update_redis_proxy_record
delete_all_cache
true
end