Skip to content

Commit c38b9b1

Browse files
Update lib/internal/logger/serializers.js
Co-authored-by: Yagiz Nizipli <[email protected]>
1 parent 22ed15d commit c38b9b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/logger/serializers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function serializeErr(error) {
4242

4343
/**
4444
* Serializes HTTP request object
45-
* @param {object} req - HTTP request
45+
* @param {{method: string, url: string, headers: string, socket: undefined | {remoteAddress: string, remotePort: string}} req - HTTP request
4646
* @returns {object}
4747
*/
4848
function req(req) {

0 commit comments

Comments
 (0)