Skip to content

Commit

Permalink
EQMS-1430: Fixed infinite loop in Channellnput (#7961)
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Ilyushchenko <[email protected]>
  • Loading branch information
mr1name authored Feb 7, 2025
1 parent 4de6b1c commit 50eac53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 50eac53

Please sign in to comment.