mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-28 17:46:16 +01:00
all your semi-colons are belongs to me
This commit is contained in:
@@ -200,7 +200,7 @@ SocketUser.uploadProfileImageFromUrl = function(socket, url, callback) {
|
||||
callback(err, image.url);
|
||||
});
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
SocketUser.follow = function(socket, data, callback) {
|
||||
if (!socket.uid || !data) {
|
||||
|
||||
Reference in New Issue
Block a user