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 modRepo branch data (repoObj.branches) is older than a day, update it.
If modRepo data (repoObj.isPrivate) is older than two months, update it.
Keep track of this via a repoObj.branchExpiration variable which saves the Epoch time (new Date().getTime()).