1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-05 05:25:24 +02:00

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