@xuda.io/xuda-worker-bundle 1.3.2637 → 1.3.2638
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 +0 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1751,7 +1751,6 @@ func.common.get_module = async function (SESSION_ID, module, paramsP = {}) {
|
|
|
1751
1751
|
PROJECT_OBJ,
|
|
1752
1752
|
DOCS_OBJ,
|
|
1753
1753
|
SESSION_OBJ,
|
|
1754
|
-
_,
|
|
1755
1754
|
...paramsP,
|
|
1756
1755
|
};
|
|
1757
1756
|
if (typeof IS_PROCESS_SERVER !== 'undefined') params.IS_PROCESS_SERVER = IS_PROCESS_SERVER;
|