Remove extra in for contact.mixin.Employee (#9356)

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
Kristina
2025-06-24 22:34:42 +04:00
committed by GitHub
parent f50b0fab71
commit dea2de5c2b
+1 -1
View File
@@ -402,7 +402,7 @@ onClient(() => {
employeesQuery.query(
contact.mixin.Employee,
{ active: { $in: [true, false] } },
{},
(res) => {
const personIdToEmployee = new Map<PersonId, Employee>()
const socialKeyToEmployee = new Map<string, Employee>()