Applies eslint rules (#702)

This commit is contained in:
John Furrow
2018-09-02 21:19:43 -07:00
committed by GitHub
parent 3623604171
commit 4346c0d6b5
49 changed files with 6 additions and 118 deletions
-2
View File
@@ -1,5 +1,3 @@
'use strict';
module.exports = key => {
return (req, res, next) => {
const value = req.body && req.body[key];