Skip to content

Commit

Permalink
Merge pull request #328 from dvargas46/fix-stdin
Browse files Browse the repository at this point in the history
fix stdin for normal execute
  • Loading branch information
HexF authored Sep 22, 2021
2 parents 7cf99fb + 15e2e81 commit 0077da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/api/v2.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function get_job(body){
runtime: rt,
alias: language,
args: args || [],
stdin: '',
stdin: stdin || "",
files,
timeouts: {
run: run_timeout || 3000,
Expand Down

0 comments on commit 0077da5

Please sign in to comment.