@tomei/media 0.8.10 → 0.8.11-dev.1

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": "@tomei/media",
3
- "version": "0.8.10",
3
+ "version": "0.8.11-dev.1",
4
4
  "description": "NestJS package for media module",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
package/src/medias.ts CHANGED
@@ -547,7 +547,10 @@ export class Medias extends BaseMedias {
547
547
  this.IsEncryptedYN,
548
548
  );
549
549
  } else {
550
- await this.deleteUploadedFileFromLocal(this.URL, this.IsEncryptedYN);
550
+ await this.deleteUploadedFileFromLocal(
551
+ this.FilePath,
552
+ this.IsEncryptedYN,
553
+ );
551
554
  }
552
555
  }
553
556
  const activity = new Activity();