mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-09 04:36:26 +02:00
no need for return
This commit is contained in:
@@ -5,7 +5,7 @@ var meta = require('../meta'),
|
||||
|
||||
|
||||
function sendMinifiedJS(req, res, next) {
|
||||
return res.type('text/javascript').send(meta.js.cache);
|
||||
res.type('text/javascript').send(meta.js.cache);
|
||||
}
|
||||
|
||||
function sendStylesheet(req, res, next) {
|
||||
|
||||
Reference in New Issue
Block a user