Skip to content

Commit 5fb7ba2

Browse files
committed
fixup! lib: implement fetch's Headers class
1 parent 4c38ec4 commit 5fb7ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/http.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ module.exports = {
7272
validateHeaderName,
7373
validateHeaderValue,
7474
get,
75-
request,
75+
request
7676
};
7777

7878
ObjectDefineProperty(module.exports, 'maxHeaderSize', {

0 commit comments

Comments
 (0)