There was an error while loading. Please reload this page.
1 parent 69d0beb commit d869a6dCopy full SHA for d869a6d
src/use/netlify.ts
@@ -37,7 +37,6 @@ export function createHandler<Context extends OperationContext = undefined>(
37
// if body is null, return undefined
38
body: body ?? undefined,
39
statusCode: init.status,
40
- ...init,
41
};
42
} catch (err) {
43
// The handler shouldnt throw errors.
0 commit comments