mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
nitpicks
This commit is contained in:
committed by
Jarred Sumner
parent
d3e0955ddc
commit
aaffcb410f
@@ -41,7 +41,7 @@ export default class BunServer extends Server {
|
||||
body: reqBody,
|
||||
response: null,
|
||||
headers: reqHeaders,
|
||||
}, async response => {
|
||||
}, response => {
|
||||
let body = response.body;
|
||||
const headers = new Headers();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user