mirror of
https://github.com/resume/resume.github.com.git
synced 2025-12-30 15:49:30 -06:00
Removed papa bear and put the username instead of the name when the name isnt present.
This commit is contained in:
@@ -67,7 +67,7 @@ var run = function() {
|
||||
}
|
||||
}
|
||||
|
||||
var name = 'Papa Bear';
|
||||
var name = username;
|
||||
if (data.user.name !== null && data.user.name !== undefined) {
|
||||
name = data.user.name;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user