Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
break60 committed Jan 26, 2021
1 parent 8434938 commit b12e8a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ JSP.prototype.saveStore = function () {
tasks.push(tasksParam)
}
})
console.log(store.state.dag.connects.length, this.JspInstance.getConnections().length)

if (store.state.dag.connects.length === this.JspInstance.getConnections().length) {
_.map(store.state.dag.connects, u => {
connects.push({
Expand Down

0 comments on commit b12e8a5

Please sign in to comment.