mirror of
https://github.com/cnodejs/nodeclub.git
synced 2025-12-08 19:55:55 +00:00
hot fix
This commit is contained in:
parent
c1350e73ef
commit
9e4cffb734
@ -120,5 +120,5 @@ var makeGravatar = function (email) {
|
||||
exports.makeGravatar = makeGravatar;
|
||||
|
||||
exports.getGravatar = function (user) {
|
||||
return user.avatar || makeGravatar(user.email);
|
||||
return user.avatar || makeGravatar(user);
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user