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

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.5",
3
+ "version": "0.6.6",
4
4
  "description": "Bitrix24 OAuth helpers for Node.js projects",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -125,7 +125,7 @@ export class Wappi {
125
125
 
126
126
  body: JSON.stringify({
127
127
  recipient: phone,
128
- url: fileUrl,
128
+ //! url: fileUrl,
129
129
  file_name: fileName,
130
130
  caption: message,
131
131
  base64: base64,