Skip to content

Commit

Permalink
fix stdin for normal execute
Browse files Browse the repository at this point in the history
  • Loading branch information
dvargas46 authored and FrostyDan committed Sep 22, 2021
1 parent 7cf99fb commit 15e2e81
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 15e2e81

Please sign in to comment.