mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 06:25:50 +01:00
ESlint no-useless-concat, no-mixed-spaces-and-tabs
This commit is contained in:
@@ -115,9 +115,9 @@ settingsController.get = function (req, res, callback) {
|
||||
}
|
||||
|
||||
userData.homePageRoutes.push({
|
||||
route: 'custom',
|
||||
name: 'Custom',
|
||||
selected: isCustom,
|
||||
route: 'custom',
|
||||
name: 'Custom',
|
||||
selected: isCustom,
|
||||
});
|
||||
|
||||
userData.bootswatchSkinOptions.forEach(function (skin) {
|
||||
|
||||
Reference in New Issue
Block a user