diff --git a/src/lib/github.ts b/src/lib/github.ts index ed7dd37..757f3e2 100644 --- a/src/lib/github.ts +++ b/src/lib/github.ts @@ -239,18 +239,7 @@ export async function fetchUserProfile( ]); return { - login: profile.login, - avatar_url: profile.avatar_url, - name: profile.name, - bio: profile.bio, - company: profile.company, - location: profile.location, - blog: profile.blog, - twitter_username: profile.twitter_username, - created_at: profile.created_at, - followers: profile.followers, - following: profile.following, - public_repos: profile.public_repos, + ...profile, orgs, pinnedRepos, };