diff --git a/app/ee/omnichannel/lib/index.ts b/app/ee/omnichannel/lib/index.ts index 6110d98863..52597d5a7b 100644 --- a/app/ee/omnichannel/lib/index.ts +++ b/app/ee/omnichannel/lib/index.ts @@ -12,7 +12,7 @@ export const changeLivechatStatus = () => sdk.methodCallWrapper('livechat:change // @ts-ignore export const getInquiriesQueued = () => sdk.get('livechat/inquiries.queued'); -// 12345 +// 1234556 // this inquiry is added to the db by the subscriptions stream // and will be removed by the queue stream // RC 2.4.0