Skip to content

Commit 3379245

Browse files
committed
rm client instance id
1 parent e25e242 commit 3379245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bring.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class Bring {
3838
this.refreshToken = data.refresh_token;
3939

4040
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);
41+
this.headers = Object.assign({'Authorization': `Bearer ${this.bearerToken}`}, this.headers);
4242
this.putHeaders = {...this.headers, ...{'Content-Type': `application/x-www-form-urlencoded; charset=UTF-8`}};
4343

4444
return Promise.resolve();

0 commit comments

Comments
 (0)