feat: Add reports about live agent load (#4537)

* feat: Add reports about live agent load
This commit is contained in:
Aswin Dev P.S
2022-04-25 07:34:41 -07:00
committed by GitHub
parent 899176a793
commit 676796ddc7
28 changed files with 758 additions and 48 deletions
@@ -47,11 +47,13 @@ describe('#mutations', () => {
id: 3,
name: 'Pranav',
avatar_url: '',
availability_status: 'offline',
},
{
id: 4,
name: 'Nithin',
avatar_url: '',
availability_status: 'offline',
},
]);
});