Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Jul 11, 2024
1 parent 9db0837 commit 88f2fa6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/meteor/app/livechat/server/lib/QueueManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export const queueInquiry = async (inquiry: ILivechatInquiryRecord, defaultAgent
// We'll queue these inquiries so when new license is applied, they just start rolling again
// Minimizing disruption
await saveQueueInquiry(inquiry);
await QueueManager.dispatchInquiryPosition(inquiry);
return;
}
const dbInquiry = await LivechatInquiry.findOneById(inquiry._id);
Expand All @@ -73,8 +72,6 @@ export const queueInquiry = async (inquiry: ILivechatInquiryRecord, defaultAgent
*/
return RoutingManager.delegateInquiry(dbInquiry, inquiryAgent, undefined, room);
}

await QueueManager.dispatchInquiryPosition(dbInquiry);
};

export const QueueManager = class {
Expand Down

0 comments on commit 88f2fa6

Please sign in to comment.