Skip to content

Commit 6ec2056

Browse files
committed
Update dependency_graph.R
1 parent 9433733 commit 6ec2056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/application/check_dependency/dependency_graph.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const dependency_graph = function() {
5959
let app_id = md5(`app_${app$id}`); # target node
6060
let files = app$input_files;
6161

62-
for(name in meta$pars) {
62+
for(name in app$pars) {
6363
# u -> v
6464
graph |> add.edge(u = md5(name), v = app_id);
6565
}

0 commit comments

Comments
 (0)