bdy 1.16.26-dev → 1.16.27-dev

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bdy",
3
3
  "preferGlobal": false,
4
- "version": "1.16.26-dev",
4
+ "version": "1.16.27-dev",
5
5
  "type": "commonjs",
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -118,6 +118,7 @@ class ApiClient {
118
118
  tryRefreshingToken) {
119
119
  const success = await this.tryRefreshToken();
120
120
  if (success) {
121
+ delete headers.authorization;
121
122
  return await this.request({
122
123
  method,
123
124
  path,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bdy",
3
3
  "preferGlobal": false,
4
- "version": "1.16.26-dev",
4
+ "version": "1.16.27-dev",
5
5
  "type": "commonjs",
6
6
  "license": "MIT",
7
7
  "scripts": {