Authored by yyq

lint

... ... @@ -10,7 +10,7 @@ const seoModel = require('../models/seo-service'); // seo 页 model
const hot = (req, res, next) => {
return req.ctx(seoModel).getHotKeywordDate(req.query, req.yoho.channel).then(result => {
res.render('seo/hot', result);
}).catch(next);;
}).catch(next);
};
module.exports = {
... ...