@xuda.io/drive_module 1.1.1136 → 1.1.1137

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 +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1037,6 +1037,7 @@ exports.upload_drive_file = async function (req, job_id, headers, file_obj) {
1037
1037
  uid,
1038
1038
  type: 'file',
1039
1039
  date_created: Date.now(),
1040
+ date_modified: 0,
1040
1041
  ip: headers['cf-connecting-ip'],
1041
1042
  country: headers['cf-ipcountry'],
1042
1043
  file_ext: ext,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/drive_module",
3
- "version": "1.1.1136",
3
+ "version": "1.1.1137",
4
4
  "description": "Xuda Drive Server Module",
5
5
  "main": "index.js",
6
6
  "dependencies": {