update devDependencies, eslint config, address lint issues
[squeep-indieauth-helper] / lib / common.js
index 7a918bb9f4eaf1d7b588152d35290268ced89aa5..67cb668a751a1c9ac9aaf693880521fbcc26ffc8 100644 (file)
@@ -11,6 +11,7 @@ const gotResponseLogData = (res) => {
     'statusMessage',
     'headers',
     'body',
+    'url',
     'error',
   ]);
   if (typeof res.body === 'string') {
@@ -88,7 +89,7 @@ const properURLComponentName = (component) => {
     hash: 'fragment',
     protocol: 'scheme',
   }[component] || component;
-}
+};
 
 
 module.exports = {