Skip to content

Commit 0e635e4

Browse files
Update serializers.js
Co-authored-by: Chemi Atlow <chemi@atlow.co.il>
1 parent 8ae2fb7 commit 0e635e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/logger/serializers.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ function req(req) {
8282
*/
8383
function res(res) {
8484
return {
85+
__proto__: null,
8586
statusCode: res.statusCode,
8687
headers: res.getHeaders?.() ?? res.headers,
8788
};

0 commit comments

Comments
 (0)