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
Username: username,
}
// TODO: we could decrease bandwidth by making a custom graphql request here that doesn't retrieve some of the unnecessary fields that this retrieves contributions, err:=g.GetContributionsByUsername(ctx, options)
iferr!=nil {
returnnil, errors.Wrap(err, "get contributions by username")
0694d8afd8b26dae8aebeb24589e9e2a01f08406
The text was updated successfully, but these errors were encountered:
we could decrease bandwidth by making a custom graphql request here that doesn't retrieve some of the unnecessary fields that this retrieves
https://github.com/adavila0703/dev-hub-bot/blob/c92f25d2f1919f9bdabdbfef15c4d36819374090/internal/github/contributions.go#L170
0694d8afd8b26dae8aebeb24589e9e2a01f08406
The text was updated successfully, but these errors were encountered: