1
0
Fork 0
mirror of https://github.com/neocities/neocities.git synced 2025-05-09 16:28:29 +02:00

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 save_changes
} }
delete_all_cache
update_redis_proxy_record update_redis_proxy_record
delete_all_cache
true true
end end