From d2357812f0a7face0b27a937ed31a9db5c37e30c Mon Sep 17 00:00:00 2001 From: Ravi Srinivasan Date: Wed, 3 Jul 2019 10:51:18 +0530 Subject: [PATCH] introducing lint breakage in the books app --- books/routes/authors.js | 1 + 1 file changed, 1 insertion(+) diff --git a/books/routes/authors.js b/books/routes/authors.js index e28dab7..f9a0c04 100644 --- a/books/routes/authors.js +++ b/books/routes/authors.js @@ -4,6 +4,7 @@ const router = express.Router(); const authors = require('../data/authors'); +var user; /* GET users listing. */ router.get('/', (req, res) => {