mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Fix runner changes (#135)
* Upgrade iron-io/runner to 165c16a9 * fix support for Stdin to work
This commit is contained in:
committed by
C Cirello
parent
1da3c7c7cf
commit
064d597b60
@@ -141,7 +141,7 @@ func handleRequest(c *gin.Context, enqueue models.Enqueue) {
|
||||
Stderr: stderr,
|
||||
Env: envVars,
|
||||
Memory: el.Memory,
|
||||
Input: payload,
|
||||
Stdin: payload,
|
||||
}
|
||||
|
||||
var err error
|
||||
|
||||
Reference in New Issue
Block a user