mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 21:50:34 +03: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') {
|
||||
continue
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user