fix stdin for normal execute

This commit is contained in:
Dan Vargas 2021-09-22 16:31:19 -05:00 committed by Vargas, Dan
parent 7cf99fb4f2
commit 15e2e81d96
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ function get_job(body){
runtime: rt,
alias: language,
args: args || [],
stdin: '',
stdin: stdin || "",
files,
timeouts: {
run: run_timeout || 3000,