mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-16 02:36:16 +01:00
ESlint quote-props
This commit is contained in:
@@ -12,7 +12,7 @@ var helpers = require('./helpers');
|
||||
|
||||
var unreadController = {};
|
||||
|
||||
var validFilter = {'': true, 'new': true, 'watched': true};
|
||||
var validFilter = {'': true, new: true, watched: true};
|
||||
|
||||
unreadController.get = function (req, res, next) {
|
||||
var page = parseInt(req.query.page, 10) || 1;
|
||||
|
||||
Reference in New Issue
Block a user