@xuda.io/notification_module 1.1.90 → 1.1.91
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.mjs +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -110,8 +110,8 @@ export const submit_notification = async (req, _ch = global[`_notification_modul
|
|
|
110
110
|
let send_result = {};
|
|
111
111
|
|
|
112
112
|
for await (let uid of uid_arr) {
|
|
113
|
+
let obj = {};
|
|
113
114
|
for await (let delivery_method_item of delivery_method) {
|
|
114
|
-
let obj = {};
|
|
115
115
|
let account_ret;
|
|
116
116
|
if (!system) {
|
|
117
117
|
account_ret = await db_module.get_couch_doc('xuda_accounts', uid);
|