Skip to content

Commit

Permalink
fix: use context from fn argument
Browse files Browse the repository at this point in the history
  • Loading branch information
armed committed Jun 9, 2022
1 parent 42792b1 commit 9e7114d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/k16/gx/beta/core.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
"Validates context against schema and checks signal dependency errors"
[context]
(or (gx.schema/validate-context context)
(let [deps (signal-dependencies default-context)]
(let [deps (signal-dependencies context)]
(->> deps
(impl/sccs)
(impl/dependency-errors deps)
Expand Down

0 comments on commit 9e7114d

Please sign in to comment.