shuttlepro-shared 1.4.17 → 1.4.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -316,8 +316,9 @@ class CallRepository {
316
316
  },
317
317
  ]);
318
318
 
319
+ console.log(result, "result");
320
+
319
321
  if (filters.agentId) {
320
- // single agent case
321
322
  return (
322
323
  result.find((r) => r.agentId === filters.agentId) || {
323
324
  agentId: filters.agentId,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shuttlepro-shared",
3
- "version": "1.4.17",
3
+ "version": "1.4.18",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {