Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
eladcon committed Jun 13, 2024
1 parent ad5b472 commit eac4e79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/sim/inflight.w
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ pub class Inflight impl cloud.IFunctionHandler {
}

let res = http.post(this.url, { body: body });
if !res.ok {
log("Failed to invoke the function: {Json.stringify(res)}");
}
return res.body;
}

Expand Down

0 comments on commit eac4e79

Please sign in to comment.