Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
odeimaiz committed Aug 13, 2024
1 parent f84040c commit ae3cba5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ qx.Class.define("osparc.viewer.NodeViewer", {
} else {
study.getWorkbench().addListener("changeDeserialized", e => {
if (e.getData()) {
startPolling()
startPolling();
}
});
}
Expand Down

0 comments on commit ae3cba5

Please sign in to comment.