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
{{ message }}
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
Other places in the code call IsFavourite with other types of objects
that aren't strings (like a GitBranch instance). We either have overloads
for all of them or we just take a string and the caller should know
what to pass us, less of an API footprint to worry about.
0 commit comments