@xuda.io/drive_module 1.1.1454 → 1.1.1455

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.mjs +1 -1
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -224,7 +224,7 @@ export const get_drive_files = async (req) => {
224
224
  size: formatBytes(doc.size),
225
225
  extension: doc?.file_ext?.substr(1),
226
226
  type: doc.type,
227
- access_link: `https://${domain}/${drive_type}-drive/${datasource_id || app_id || uid}/${doc._id}${ts}`,
227
+ access_link: `https://${domain}/${drive_type}-drive/${datasource_id || app_id_reference || uid}/${doc._id}${ts}`,
228
228
  is_archive: doc.is_archive,
229
229
  public: doc.public,
230
230
  path: doc.file_path,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/drive_module",
3
- "version": "1.1.1454",
3
+ "version": "1.1.1455",
4
4
  "description": "Xuda Drive Server Module",
5
5
  "main": "index.mjs",
6
6
  "dependencies": {