@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.
- package/index.js +0 -3
- 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 = {
|