@xuda.io/drive_module 1.1.491 → 1.1.492

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/index.js +0 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1901,9 +1901,6 @@ const upload_file_to_spaces = async function (
1901
1901
  });
1902
1902
 
1903
1903
  const fs = require("fs");
1904
-
1905
- // const fileName = "favicon.png";
1906
- // const filePath = path.join("/var/xuda", fileName);
1907
1904
  const fileContent = fs.readFileSync(tempPath);
1908
1905
 
1909
1906
  const params = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/drive_module",
3
- "version": "1.1.491",
3
+ "version": "1.1.492",
4
4
  "description": "Xuda Drive Server Module",
5
5
  "main": "index.js",
6
6
  "dependencies": {