mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
ESlint one-var, fix comma-dangle
This commit is contained in:
@@ -120,7 +120,7 @@ profileController.get = function (req, res, callback) {
|
||||
property: "og:image:url",
|
||||
content: userData.picture,
|
||||
noEscape: true,
|
||||
},
|
||||
}
|
||||
);
|
||||
}
|
||||
userData.selectedGroup = userData.groups.find(function (group) {
|
||||
|
||||
Reference in New Issue
Block a user