hof 21.0.10-axios-beta → 21.0.12-axios-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/model/index.js +4 -0
  2. package/package.json +1 -1
package/model/index.js CHANGED
@@ -113,6 +113,10 @@ module.exports = class Model extends EventEmitter {
113
113
  if(authVal) {
114
114
  settings.headers = Object.assign({}, settings.headers, {Authorization: `Bearer ${authVal.bearer}`});
115
115
  }
116
+ settings.auth = undefined;
117
+ console.log("SETTINGS ************")
118
+ console.log(settings)
119
+ console.log("SETTINGS ************")
116
120
  })
117
121
  .then(() => {
118
122
  const startTime = process.hrtime();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hof",
3
3
  "description": "A bootstrap for HOF projects",
4
- "version": "21.0.10-axios-beta",
4
+ "version": "21.0.12-axios-beta",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
7
7
  "author": "HomeOffice",