Fix import reverts

This commit is contained in:
Zach Gollwitzer
2025-07-24 11:41:42 -04:00
parent 7698ec03b9
commit bacab94a1b

View File

@@ -88,7 +88,7 @@ class Import < ApplicationRecord
entries.destroy_all
end
family.sync
family.sync_later
update! status: :pending
rescue => error