We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25e242 commit 3379245Copy full SHA for 3379245
lib/bring.js
@@ -38,7 +38,7 @@ class Bring {
38
this.refreshToken = data.refresh_token;
39
40
this.headers['X-BRING-USER-UUID'] = this.uuid;
41
- this.headers = Object.assign({'Authorization': `Bearer ${this.bearerToken}`, 'X-BRING-CLIENT-INSTANCE-ID': `Web-dZuTMLl3CMrFX50WQtkcSSzjDWDE5pXh`}, this.headers);
+ this.headers = Object.assign({'Authorization': `Bearer ${this.bearerToken}`}, this.headers);
42
this.putHeaders = {...this.headers, ...{'Content-Type': `application/x-www-form-urlencoded; charset=UTF-8`}};
43
44
return Promise.resolve();
0 commit comments