@xuda.io/account_module 1.2.1996 → 1.2.1998
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_ms.mjs +2 -2
- package/package.json +1 -1
package/index_ms.mjs
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
// Queue target : account_module
|
|
4
4
|
// =====================================================
|
|
5
5
|
|
|
6
|
-
const send_to_queue = function(ms_method, ...args) {
|
|
7
|
-
global[`_${
|
|
6
|
+
const send_to_queue =async function(ms_method, ...args) {
|
|
7
|
+
global[`_${module_in}_ch`].sendToQueue(
|
|
8
8
|
'account_module',
|
|
9
9
|
Buffer.from(
|
|
10
10
|
JSON.stringify({
|