fix: ts error

This commit is contained in:
Meaqua 2024-09-15 14:21:27 +08:00
parent 9a5a3d4ce4
commit 8ac9141a29
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ async function request(req: NextRequest) {
headers: {
"Content-Type": "application/json",
"Cache-Control": "no-store",
"anthropic-dangerous-direct-browser-access": true,
"anthropic-dangerous-direct-browser-access": "true",
[authHeaderName]: authValue,
"anthropic-version":
req.headers.get("anthropic-version") ||