@xuda.io/drive_module 1.1.1056 → 1.1.1057
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
|
@@ -2102,7 +2102,7 @@ exports.compile_javascript_program_in_studio_drive = async function (
|
|
|
2102
2102
|
prog_id
|
|
2103
2103
|
) {
|
|
2104
2104
|
try {
|
|
2105
|
-
const doc = await db_module.get_app_couch_doc(app_id, prog_id);
|
|
2105
|
+
const { data: doc } = await db_module.get_app_couch_doc(app_id, prog_id);
|
|
2106
2106
|
|
|
2107
2107
|
const studio_drive_script_folder = path.join(
|
|
2108
2108
|
_conf.studio_drive_path,
|