Fix lint error

This commit is contained in:
Behind The Math
2018-01-10 00:18:08 -05:00
parent d1184aead6
commit c04f2dd03b

View File

@@ -15,7 +15,7 @@ module.exports = function(location, options, callback) {
}
}
request.onerror = function (e) {
request.onerror = function(e) {
console.log(e)
callback(null, request)
}