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
if(!cachedIssue||newDate(issue.created_at)<newDate(cachedIssue.created_at)){// Only cache the oldest issue if there are duplicates
72
+
if(!cachedIssue||newDate(issue.created_at)<newDate(cachedIssue.created_at)){// Only work on the oldest issue if there are duplicates, in order to consolidate the longest history possible
0 commit comments