@xuda.io/account_module 1.2.1589 → 1.2.1590
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
|
@@ -3149,7 +3149,7 @@ export const archive_expire_ai_credits = async function () {
|
|
|
3149
3149
|
|
|
3150
3150
|
export const read_accounts_emails = async function () {
|
|
3151
3151
|
const email_module = await import(`${module_path}/email_module/index.mjs`);
|
|
3152
|
-
|
|
3152
|
+
debugger;
|
|
3153
3153
|
const active_accounts = await db_module.find_couch_query('xuda_accounts', { selector: { stat: 3, docType: 'account' }, limit: 99999 });
|
|
3154
3154
|
for await (let account_doc of active_accounts.docs) {
|
|
3155
3155
|
email_module.refresh_mailboxes({ uid: account_doc._id });
|