You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(sync): re-export edited observations by checking UpdatedAt in filterNewData (#447) (#450)
Observations edited via mem_update have UpdatedAt > CreatedAt but unchanged
CreatedAt, so the previous cutoff check (CreatedAt only) silently dropped them
from every subsequent sync. Include the observation when either CreatedAt or
UpdatedAt is after the cutoff so edits are always re-exported.
0 commit comments