Skip to content
Snippets Groups Projects
Commit 107c3ad6 authored by Robin Leber's avatar Robin Leber
Browse files

unnecessary values

parent 4f15b675
Branches 17-exercise-3-scaling-mandatory-features
No related tags found
No related merge requests found
......@@ -37,12 +37,10 @@ function App() {
if (source.getAttribute("class").includes("Filter")) {
appState.addConnection(source.id, {
pipeId: target.id,
direction: "out",
});
} else {
appState.addConnection(target.id, {
pipeId: source.id,
direction: "in",
});
}
return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment