EQMS-1430: Fixed infinite loop in Channellnput (#7961)

Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
This commit is contained in:
Victor Ilyushchenko 2025-02-07 18:06:02 +03:00 committed by GitHub
parent 4de6b1c357
commit 50eac538a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,7 @@
if (res.length > 0) {
return res
}
clazz = hierarchy.getClass(_class).extends
clazz = hierarchy.getClass(clazz).extends
}
} catch (e) {
console.error(e)