Skip to content

Commit

Permalink
set default weight
Browse files Browse the repository at this point in the history
  • Loading branch information
xieguigang committed May 24, 2024
1 parent 6ec2056 commit eefebc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/application/check_dependency/dependency_graph.R
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ const dependency_graph = function() {
for(file in filenames) {
graph |> add.edge(
u = md5(`${app_name}://${file}`),
v = app_id
v = app_id,
weight = 1
);
}
}
Expand Down

0 comments on commit eefebc8

Please sign in to comment.