Skip to content

Commit

Permalink
fix: ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
DDMeaqua committed Sep 15, 2024
1 parent 9a5a3d4 commit 8ac9141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/anthropic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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") ||
Expand Down

0 comments on commit 8ac9141

Please sign in to comment.