@xuda.io/drive_module 1.1.1109 → 1.1.1110
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 +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -2396,7 +2396,7 @@ exports.update_drive_addons = async function (req, job_id) {
|
|
|
2396
2396
|
let account_ret = await db_module.get_couch_doc("xuda_accounts", uid);
|
|
2397
2397
|
|
|
2398
2398
|
if (account_ret.data.drive_addons) {
|
|
2399
|
-
drive_addons =
|
|
2399
|
+
drive_addons = account_ret.data.drive_addons;
|
|
2400
2400
|
}
|
|
2401
2401
|
set_drive_addons(drive_addons);
|
|
2402
2402
|
}
|