We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba42c82 commit 0434358Copy full SHA for 0434358
src/app.ts
@@ -157,7 +157,7 @@ export function createAppEventHandler(stack: Stack, options: AppOptions) {
157
if (options.onBeforeResponse) {
158
await options.onBeforeResponse(event, _response);
159
}
160
- await handleHandlerResponse(event, val, spacing);
+ await handleHandlerResponse(event, _response.body, spacing);
161
if (options.onAfterResponse) {
162
await options.onAfterResponse(event, _response);
163
0 commit comments