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