Skip to content

Commit

Permalink
Update apps/meteor/ee/app/livechat-enterprise/server/hooks/checkAgent…
Browse files Browse the repository at this point in the history
…BeforeTakeInquiry.ts

Co-authored-by: Murtaza Patrawala <[email protected]>
  • Loading branch information
KevLehman and murtaza98 authored Sep 12, 2023
1 parent 86eb3a2 commit d8b4932
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const validateMaxChats = async ({
});

if (maxNumberSimultaneousChat === 0) {
cbLogger.info(`Chat can be taken by Agent ${agentId}: max number simultaneous chats on range`);
cbLogger.debug(`Chat can be taken by Agent ${agentId}: max number simultaneous chats on range`);
return agent;
}

Expand Down

0 comments on commit d8b4932

Please sign in to comment.