@xuda.io/ai_module 1.1.5530 → 1.1.5531

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.
Files changed (2) hide show
  1. package/index.mjs +2 -2
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -3900,8 +3900,8 @@ const chat_note = async function (req, job_id, headers) {
3900
3900
  try {
3901
3901
  const conversation_id = conversation_doc._id;
3902
3902
 
3903
- const sender_app_id = account_profile_info.app_id; //await get_account_default_project_id(uid);
3904
- let sender_conversation_doc = await db_module.get_app_couch_doc_native(sender_app_id, conversation_id);
3903
+ const sender_app_id = account_profile_info.app_id;
3904
+ // let sender_conversation_doc = await db_module.get_app_couch_doc_native(sender_app_id, conversation_id);
3905
3905
 
3906
3906
  await attachment_handler(uid, sender_app_id, conversation_id, attachments, account_profile_info);
3907
3907
  let conversation_item_reference_id;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/ai_module",
3
- "version": "1.1.5530",
3
+ "version": "1.1.5531",
4
4
  "description": "Xuda AI Module",
5
5
  "main": "index.mjs",
6
6
  "type": "module",