introducing lint breakage in the books app

This commit is contained in:
Ravi Srinivasan 2019-07-03 10:51:18 +05:30 committed by GitHub
parent ccd7badf5d
commit d2357812f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@ const router = express.Router();
const authors = require('../data/authors'); const authors = require('../data/authors');
var user;
/* GET users listing. */ /* GET users listing. */
router.get('/', (req, res) => { router.get('/', (req, res) => {