Skip to content

Commit 57f0b48

Browse files
committed
chore: minor change
1 parent 6e88e1a commit 57f0b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/commands/respect/json-logs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function mapJsonStep(
8989
body: publicStep.response?.body,
9090
headers: step.response?.header || {},
9191
time: step.response?.time || 0,
92-
size: step.response?.responseSize || undefined,
92+
size: step.response?.responseSize,
9393
},
9494
checks: step.checks.map((check) => ({
9595
...check,

0 commit comments

Comments
 (0)