vtb-appit 0.0.68 → 0.0.69

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 -0
  2. package/package.json +1 -1
package/appit.js CHANGED
@@ -503,6 +503,7 @@ class Appit {
503
503
  const parsed = await this.getImageParsed(media, crop);
504
504
 
505
505
  parsed.forEach(image => {
506
+ if(!image.file_size) return;
506
507
  result.file_name.push(image.file_name);
507
508
  result.file_path.push(image.file_path);
508
509
  result.file_mime_type.push(image.file_mime_type);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vtb-appit",
3
- "version": "0.0.68",
3
+ "version": "0.0.69",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {