From 35fa8d3740b72192d02e8f4c9d6ace47d42b7455 Mon Sep 17 00:00:00 2001 From: ducdh-ntq Date: Tue, 23 Aug 2022 09:38:37 +0700 Subject: [PATCH] feat: test3 --- app/ee/omnichannel/lib/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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