Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EdamAme-x authored Jan 9, 2025
1 parent 8b662f8 commit b23e99c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/connect/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,11 @@ export const connect = (...middlewares: ConnectMiddleware[]) => {

if (res) {
c.res = res;
c.finalized = true;
}

// For debug
console.log([...(c.newResponse(null, 204, {})).headers.entries()])

await next();
});
}
}

0 comments on commit b23e99c

Please sign in to comment.