We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a7a62 commit 8123fadCopy full SHA for 8123fad
app/api/repo/route.ts
@@ -6,8 +6,7 @@ export async function GET() {
6
method: 'GET',
7
headers: {
8
"Authorization": process.env.SECRET_TOKEN!,
9
- },
10
- cache: "no-cache"
+ }
11
})
12
13
if (!result.ok) {
0 commit comments