Skip to content

Commit

Permalink
Update lib/_http_agent.js
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine du Hamel <[email protected]>
  • Loading branch information
pd4d10 and aduh95 authored May 16, 2021
1 parent bdc6537 commit 8659f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/_http_agent.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const { once } = require('internal/util');
const {
validateNumber,
validateOneOf,
validateString
validateString,
} = require('internal/validators');

const kOnKeylog = Symbol('onkeylog');
Expand Down

0 comments on commit 8659f35

Please sign in to comment.