Skip to content

Commit

Permalink
Merge branch 'master' into racer-2
Browse files Browse the repository at this point in the history
  • Loading branch information
ericyhwang committed Apr 18, 2024
2 parents 2074552 + 530ca5c commit dc973c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/PageForServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ function stringifyBundle(bundle) {

// TODO: Cleanup; copied from tracks
function pageParams(req) {
const params = Object.create(null, {
const params = Object.create(null);
Object.assign(params, {
url: req.url,
body: req.body,
query: req.query,
Expand Down

0 comments on commit dc973c8

Please sign in to comment.