Skip to content

Commit

Permalink
Merge pull request #23 from appwrite/dev
Browse files Browse the repository at this point in the history
Fix execution model
  • Loading branch information
TorstenDittmann authored Oct 8, 2024
2 parents da425a5 + d3a12c9 commit 61b1621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2386,7 +2386,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 61b1621

Please sign in to comment.