Skip to content

Commit

Permalink
Update common.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
woodbird authored Nov 17, 2023
1 parent 7638f84 commit 74af036
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/api/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export async function requestOpenai(req: NextRequest) {
}

try {
console.log("[Fetch] fetchOptions:", JSON.stringify(fetchOptions));
const res = await fetch(fetchUrl, fetchOptions);

// to prevent browser prompt for credentials
Expand Down

0 comments on commit 74af036

Please sign in to comment.