@andrey4emk/npm-app-back-b24 0.5.8 → 0.5.9

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andrey4emk/npm-app-back-b24",
3
- "version": "0.5.8",
3
+ "version": "0.5.9",
4
4
  "description": "Bitrix24 OAuth helpers for Node.js projects",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -128,9 +128,8 @@ export class ChatApp {
128
128
  method: "GET",
129
129
  headers: {
130
130
  Lang: "en",
131
- "Content-Type": "application/json",
132
131
  Accept: "application/json",
133
- accessToken: this.auth.accessToken,
132
+ Authorization: this.auth.accessToken,
134
133
  },
135
134
  });
136
135