mirror of
https://github.com/resume/resume.github.com.git
synced 2026-02-16 10:30:43 -06:00
Code style
This commit is contained in:
@@ -81,8 +81,8 @@ var run = function() {
|
||||
gravatar_id: data.user.gravatar_id,
|
||||
repos: data.user.public_repo_count,
|
||||
reposLabel: data.user.public_repo_count > 1 ? 'repositories' : 'repository',
|
||||
followers: data.user.followers_count,
|
||||
followersLabel: data.user.followers_count > 1 ? 'followers' : 'follower',
|
||||
followers: data.user.followers_count,
|
||||
followersLabel: data.user.followers_count > 1 ? 'followers' : 'follower',
|
||||
username: username,
|
||||
since: since
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user