Skip to content

Commit a920fbb

Browse files
Lightning00BladeOrKoN
authored andcommitted
fix
1 parent bd863e3 commit a920fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/network.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export const listNetworkRequests = defineTool({
6363
.describe(
6464
'Filter requests to only return requests of the specified resource types. When omitted or empty, returns all requests.',
6565
),
66-
includePreviousNavigations: z
66+
includePreviousNavigations: zod
6767
.number()
6868
.int()
6969
.positive()

0 commit comments

Comments
 (0)