From dea2de5c2b6eb463258e0dac9ab0a73516ef78bd Mon Sep 17 00:00:00 2001 From: Kristina Date: Tue, 24 Jun 2025 22:34:42 +0400 Subject: [PATCH] Remove extra in for contact.mixin.Employee (#9356) Signed-off-by: Kristina Fefelova --- plugins/contact-resources/src/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/contact-resources/src/utils.ts b/plugins/contact-resources/src/utils.ts index a5158c9330..6c447b4fd2 100644 --- a/plugins/contact-resources/src/utils.ts +++ b/plugins/contact-resources/src/utils.ts @@ -402,7 +402,7 @@ onClient(() => { employeesQuery.query( contact.mixin.Employee, - { active: { $in: [true, false] } }, + {}, (res) => { const personIdToEmployee = new Map() const socialKeyToEmployee = new Map()