Skip to content

Commit

Permalink
ci: fix chat-to-website page
Browse files Browse the repository at this point in the history
  • Loading branch information
CahidArda committed Nov 1, 2024
1 parent 47e0853 commit af2e30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nextjs/chat-to-website/ci.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async function collectStream(response: Response): Promise<string> {
}

async function invokeLoadPage(
website = "https://raw.githubusercontent.com/upstash/docs/refs/heads/main/qstash/workflow/basics/caveats.mdx"
website = "https:/raw.githubusercontent.com/upstash/docs/refs/heads/main/workflow/basics/caveats.mdx"
) {
await fetch(`${deploymentURL}/${website}`, { method: "GET" });
}
Expand Down

0 comments on commit af2e30c

Please sign in to comment.