From 6b13d515c8a240b3c506166d27574d2917115d8b Mon Sep 17 00:00:00 2001
From: Ravi Srinivasan <rsriniva@redhat.com>
Date: Thu, 12 Sep 2019 06:11:08 +0200
Subject: [PATCH] Improved error msg handling

---
 contacts/db/config.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/contacts/db/config.js b/contacts/db/config.js
index baa716b..9666e7f 100644
--- a/contacts/db/config.js
+++ b/contacts/db/config.js
@@ -5,6 +5,6 @@
 const pgconn = new Pool({
     connectionString: DB_CONFIG,
     ssl: false,
-})
+});
   
 module.exports = { pgconn }
\ No newline at end of file

--
Gitblit v1.9.3