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
Given input:
current fingerprint say "a/c/d"
latest fingerprint say "a/b/c/d"
doing `latest.include? current` would fail.
A set comparison is more accurate here.
0 commit comments