mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-19 13:21:46 +00:00
33c63d34e7
When syncing trip places to journal, places assigned to multiple days (e.g. multi-night hotels) produced one skeleton entry per day_assignment row. The existing dedup check only looked at DB state, not at entries added within the same sync loop. Add the place ID to the tracking set after insertion so the same place is never inserted twice.