Skip to content

Conversation

@Husainbw786
Copy link
Collaborator

No description provided.

const sub_thread_ids = await conversationDbService.getSubThreadsByError(org_id, thread_id, bridge_id, version_id, isError);
// Run both queries in parallel since they don't depend on each other
const [threads, sub_thread_ids] = await Promise.all([
conversationDbService.getSubThreads(org_id, thread_id, bridge_id),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isme condition lga kr and default variable define kr sakt hai jb dono me krna h to

let result;
if (status === "2"){
sendError(bridge_id, org_id, error_message,"thumbsdown");
// Run both operations in parallel since they don't depend on each other
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iski jarurut nhi h

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants