From 2ca6c30d94f675a75a57e8dc6c820ef6ff5bc3c7 Mon Sep 17 00:00:00 2001
From: Ravi Srinivasan <rsriniva@redhat.com>
Date: Wed, 03 Jul 2019 15:10:36 +0200
Subject: [PATCH] Fixes after author test

---
 books/routes/authors.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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 authors = require('../data/authors');
 
+var user;
 
 /* GET users listing. */
 router.get('/', (req, res) => {

--
Gitblit v1.9.3