mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 12:47:45 +02:00
Remove extra in for contact.mixin.Employee (#9356)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
@@ -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>()
|
||||
|
||||
Reference in New Issue
Block a user