Skip to content

Commit 206c8f8

Browse files
committed
Fix
1 parent a1014d7 commit 206c8f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/get-logs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const getLogsTool = {
6868
environment,
6969
lines,
7070
filter,
71-
json = true,
71+
json,
7272
}: GetLogsOptions) => {
7373
try {
7474
const features = await getCliFeatureSupport();

0 commit comments

Comments
 (0)