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 =
|
|
335
|
+
match.agentId = match.agentId;
|
|
336
336
|
|
|
337
337
|
const [stats] = await Call.aggregate([
|
|
338
338
|
{ $match: match },
|