@xuda.io/ai_module 1.1.4977 → 1.1.4978
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 -0
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -3370,6 +3370,7 @@ export const create_conversation = async function (req, job_id, headers) {
|
|
|
3370
3370
|
const { account_profile_obj } = account_profile_info;
|
|
3371
3371
|
try {
|
|
3372
3372
|
if (conversation_type === 'email') {
|
|
3373
|
+
debugger;
|
|
3373
3374
|
///&& email_direction === 'out'
|
|
3374
3375
|
if (!account_profile_obj?.email_account_id) {
|
|
3375
3376
|
throw new Error('The user profile must include a defined email_account_id');
|