@andrey4emk/npm-app-back-b24 0.6.6 → 0.6.7

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.6.6",
3
+ "version": "0.6.7",
4
4
  "description": "Bitrix24 OAuth helpers for Node.js projects",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -116,6 +116,7 @@ export class Wappi {
116
116
  if (fileName.includes(".pdf")) {
117
117
  await this.sendMessageWappi(messangerType, { phone: phone, message: message });
118
118
  }
119
+ console.log("base64:", base64);
119
120
  let res = await fetch(url, {
120
121
  method: "POST",
121
122
  headers: {