From 7223ce6667cb6fbab2ec8704e5a5448f36e56595 Mon Sep 17 00:00:00 2001 From: jarombridges Date: Thu, 11 Jul 2019 02:48:05 +0000 Subject: [PATCH] Update 'lib/index.js' Corrected syntax errors --- lib/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/index.js b/lib/index.js index e23a850..7fdadd7 100644 --- a/lib/index.js +++ b/lib/index.js @@ -104,6 +104,6 @@ module.exports.create = function(config) { } }) } - }) + } }; -}; +