Skip to content

Commit

Permalink
made eslint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ignapas committed Aug 5, 2024
1 parent e0f8663 commit 86c923f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -721,8 +721,7 @@ qx.Class.define("osparc.data.model.Node", {
}
});
hasOutputs = true;
}
else {
} else {
this.setOutputs({
...this.getOutputs(),
[outputKey]: {
Expand Down

0 comments on commit 86c923f

Please sign in to comment.