mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-04 14:28:15 +00:00
EQMS-1430: Fixed infinite loop in Channellnput (#7961)
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
This commit is contained in:
parent
4de6b1c357
commit
50eac538a6
@ -45,7 +45,7 @@
|
|||||||
if (res.length > 0) {
|
if (res.length > 0) {
|
||||||
return res
|
return res
|
||||||
}
|
}
|
||||||
clazz = hierarchy.getClass(_class).extends
|
clazz = hierarchy.getClass(clazz).extends
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error(e)
|
console.error(e)
|
||||||
|
Loading…
Reference in New Issue
Block a user