@xuda.io/account_module 1.2.1249 → 1.2.1250
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 +2 -2
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -2600,8 +2600,8 @@ setTimeout(async () => {
|
|
|
2600
2600
|
// ret = await create_account_profile({ uid });
|
|
2601
2601
|
// ret = await get_account_profiles({ uid });
|
|
2602
2602
|
|
|
2603
|
-
let _design = await db_module.get_app_couch_doc_native(app_id, '_design/xuda');
|
|
2604
|
-
ret = _design.views.ai_chat_usage;
|
|
2603
|
+
// let _design = await db_module.get_app_couch_doc_native(app_id, '_design/xuda');
|
|
2604
|
+
// ret = _design.views.ai_chat_usage;
|
|
2605
2605
|
// console.log(_design.views.ai_chat_usage);
|
|
2606
2606
|
console.log(ret);
|
|
2607
2607
|
}, 1000);
|