We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb40d1 commit 9ad00c7Copy full SHA for 9ad00c7
1 file changed
app/api/og/route.tsx
@@ -16,7 +16,7 @@ export async function GET(req: NextRequest) {
16
try {
17
const baseUrl = req.nextUrl.origin;
18
19
- const res = await fetch(`${baseUrl}/api/streak?user=${user}&refresh=true`, {
+ const res = await fetch(`${baseUrl}/api/streak?user=${user}`, {
20
cache: 'no-store',
21
});
22
0 commit comments