Skip to content

Commit

Permalink
fix(SXMC-198): Use declared ctx variable to bypass compiler error
Browse files Browse the repository at this point in the history
  • Loading branch information
alk-ktouchie committed May 8, 2024
1 parent bcf307d commit 8c75464
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
45 changes: 45 additions & 0 deletions wrappers/mockingjay/graph/mockingjay.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions wrappers/mockingjay/mockingjay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,12 @@ nodes:
a: inputs.a
b: inputs.b

- id: print
type: nodes.PrinterCtx
bind:
values:
- '"sum"'
- add.sum

outputs:
sum: add.sum

0 comments on commit 8c75464

Please sign in to comment.