hof 21.0.10-axios-beta → 21.0.11-axios-beta
Sign up to get free protection for your applications and to get access to all the features.
- package/model/index.js +3 -0
- package/package.json +1 -1
package/model/index.js
CHANGED
@@ -113,6 +113,9 @@ 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
|
+
console.log("SETTINGS ************")
|
117
|
+
console.log(settings)
|
118
|
+
console.log("SETTINGS ************")
|
116
119
|
})
|
117
120
|
.then(() => {
|
118
121
|
const startTime = process.hrtime();
|