Skip to content

Commit aedc4e9

Browse files
chore: generate
1 parent e834043 commit aedc4e9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/opencode/src/tool/webfetch.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ export const WebFetchTool = Tool.defineEffect(
5252
let acceptHeader = "*/*"
5353
switch (params.format) {
5454
case "markdown":
55-
acceptHeader =
56-
"text/markdown;q=1.0, text/x-markdown;q=0.9, text/plain;q=0.8, text/html;q=0.7, */*;q=0.1"
55+
acceptHeader = "text/markdown;q=1.0, text/x-markdown;q=0.9, text/plain;q=0.8, text/html;q=0.7, */*;q=0.1"
5756
break
5857
case "text":
5958
acceptHeader = "text/plain;q=1.0, text/markdown;q=0.9, text/html;q=0.8, */*;q=0.1"

0 commit comments

Comments
 (0)