Skip to content

Commit

Permalink
Fix execution model
Browse files Browse the repository at this point in the history
  • Loading branch information
abnegate committed Oct 10, 2024
1 parent 8b38411 commit ae1bd76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/enums/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ export enum Runtime {
Python311 = 'python-3.11',
Python312 = 'python-3.12',
Pythonml311 = 'python-ml-3.11',
Deno121 = 'deno-1.21',
Deno124 = 'deno-1.24',
Deno135 = 'deno-1.35',
Deno140 = 'deno-1.40',
Deno146 = 'deno-1.46',
Deno20 = 'deno-2.0',
Expand Down
2 changes: 1 addition & 1 deletion src/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2394,7 +2394,7 @@ export namespace Models {
/**
* HTTP response body. This will return empty unless execution is created as synchronous.
*/
responseBody: payload;
responseBody: string;
/**
* HTTP response headers as a key-value object. This will return only whitelisted headers. All headers are returned if execution is created as synchronous.
*/
Expand Down

0 comments on commit ae1bd76

Please sign in to comment.