mirror of
https://github.com/we-promise/sure.git
synced 2026-04-20 04:24:06 +00:00
Propagate child sync errors up to parent, fix sync status (#2232)
* Propagate child sync errors up to parent, fix sync status * Remove testing error
This commit is contained in:
@@ -66,8 +66,6 @@ class Family < ApplicationRecord
|
||||
end
|
||||
|
||||
def sync_data(sync, start_date: nil)
|
||||
update!(last_synced_at: Time.current)
|
||||
|
||||
# We don't rely on this value to guard the app, but keep it eventually consistent
|
||||
sync_trial_status!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user