vtb-appit 0.1.15 → 0.1.16

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.
Files changed (2) hide show
  1. package/appit.js +1 -1
  2. package/package.json +1 -1
package/appit.js CHANGED
@@ -1725,7 +1725,7 @@ class Appit {
1725
1725
 
1726
1726
  async createDocument(data)
1727
1727
  {
1728
- const formData = new FormData();
1728
+ let formData = new FormData();
1729
1729
  formData.append('active', 1);
1730
1730
  formData.append('title', data.title);
1731
1731
  formData.append('object_id', 'journey_doc');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vtb-appit",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {},