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(utils): deduplicate history entries by entityType+entityId
Adds runtime deduplication in getHistory() to keep only the most recent
visit per unique entity. This fixes duplicate history entries appearing
when the compound index didn't prevent duplicates (e.g., race conditions
or slightly different entityType values).
0 commit comments