Skip to content

Commit

Permalink
fix: fix pipline use old data
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Mar 3, 2021
1 parent 4ca5ce2 commit 7b8e8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/public/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ d3.json("data/struct.json").then(function (data) {
visualizationStruct(data);
});

d3.json("fake/pipeline.json").then(function (data) {
d3.json("data/pipeline.json").then(function (data) {
if (!!data) {
let pipeline = [];
let first_pipeline = data[0];
Expand Down

0 comments on commit 7b8e8c3

Please sign in to comment.