Skip to content

Commit 494e3e4

Browse files
chore: remove type annotation on sizeLimit
Co-authored-by: Nikolay Vitkov <[email protected]>
1 parent b798a72 commit 494e3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/formatters/networkFormatter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export function getFormattedHeaderValue(
4444

4545
export async function getFormattedResponseBody(
4646
httpResponse: HTTPResponse,
47-
sizeLimit: number = BODY_CONTEXT_SIZE_LIMIT,
47+
sizeLimit = BODY_CONTEXT_SIZE_LIMIT,
4848
): Promise<string | undefined> {
4949
try {
5050
const responseBuffer = await httpResponse.buffer();

0 commit comments

Comments
 (0)