Update 'lib/index.js'

Corrected syntax errors
This commit is contained in:
jarombridges 2019-07-11 02:48:05 +00:00
parent 780d4af407
commit 7223ce6667
1 changed files with 2 additions and 2 deletions

View File

@ -104,6 +104,6 @@ module.exports.create = function(config) {
} }
}) })
} }
}) }
}; };
};