mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-15 04:49:00 +00:00
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
7e32a5e384
commit
61ee083d0e
@ -357,7 +357,7 @@ export class Hierarchy {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (const [k, v] of Object.entries(lu)) {
|
for (const [k, v] of Object.entries(lu ?? {})) {
|
||||||
if (k === '_id') {
|
if (k === '_id') {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user