From 8c2d797d139953802db411e5f5829fe6f80065a9 Mon Sep 17 00:00:00 2001 From: Student User Date: Fri, 9 Jul 2021 08:05:47 -0400 Subject: [PATCH] removed var --- books/routes/authors.js | 1 - 1 file changed, 1 deletion(-) diff --git a/books/routes/authors.js b/books/routes/authors.js index f9a0c04..e28dab7 100644 --- a/books/routes/authors.js +++ b/books/routes/authors.js @@ -4,7 +4,6 @@ const router = express.Router(); const authors = require('../data/authors'); -var user; /* GET users listing. */ router.get('/', (req, res) => {