owl-cli 6.180.0 → 6.181.0
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.
|
@@ -802,8 +802,7 @@ var @projectCodeService = (function (pigeon) {
|
|
|
802
802
|
// var taskInfoId = objPrefix + '_export_' + pigeon.getId()
|
|
803
803
|
var taskId = JobsService.submitExportTask('@projectCode', 'tasks/export.jsx', {
|
|
804
804
|
query: query,
|
|
805
|
-
env: env
|
|
806
|
-
taskInfoId: taskInfoId,
|
|
805
|
+
env: env
|
|
807
806
|
}, now)
|
|
808
807
|
taskInfo.taskId = '' + taskId
|
|
809
808
|
// taskInfo.id = taskInfoId
|