Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Sep 26, 2022
1 parent 711b534 commit e9a03e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/vercel/src/serverless/entrypoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const createExports = (manifest: SSRManifest) => {
return res.end('Not found');
}

await setResponse(res, await app.render(request, routeData));
await setResponse(app, res, await app.render(request, routeData));
};

return { default: handler };
Expand Down

0 comments on commit e9a03e0

Please sign in to comment.