Skip to content

Commit

Permalink
fix: rename create to _create (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
manekinekko authored Nov 15, 2023
1 parent 8ed4096 commit 7f03ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/preview2-shim/lib/nodejs/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class WasiHttp {
}
}
const incomingBodyCreate = IncomingBody._create;
delete IncomingBody.create;
delete IncomingBody._create;

// TODO
class IncomingRequest {}
Expand Down

0 comments on commit 7f03ed2

Please sign in to comment.