mirror of
https://github.com/resume/resume.github.com.git
synced 2026-02-16 10:30:43 -06:00
Restore gists number on statusScore - Fix #57
This commit is contained in:
@@ -153,8 +153,8 @@ var run = function() {
|
||||
var FIFTH_STEP = 150;
|
||||
var EXTRA_POINT_GAIN = 1;
|
||||
|
||||
var statusScore = view.repos * COEF_REPOS
|
||||
+ data.public_repos * COEF_GISTS
|
||||
var statusScore = data.public_repos * COEF_REPOS
|
||||
+ data.public_gists * COEF_GISTS
|
||||
+ data.followers * COEF_FOLLOWERS
|
||||
+ data.following * COEF_FOLLOWING;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user