shuttlepro-shared 1.4.25 → 1.4.26

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.
@@ -332,7 +332,7 @@ class CallRepository {
332
332
  if (match.workspaceId && typeof match.workspaceId === "string")
333
333
  match.workspaceId = new Types.ObjectId(match.workspaceId);
334
334
  if (match.agentId && typeof match.agentId === "string")
335
- match.agentId = new Types.ObjectId(match.agentId);
335
+ match.agentId = match.agentId;
336
336
 
337
337
  const [stats] = await Call.aggregate([
338
338
  { $match: match },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shuttlepro-shared",
3
- "version": "1.4.25",
3
+ "version": "1.4.26",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {