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 efa22f0 commit c286434Copy full SHA for c286434
app/api/repo/route.ts
@@ -7,7 +7,6 @@ export async function GET() {
7
headers: {
8
"Authorization": process.env.SECRET_TOKEN!,
9
},
10
- cache: 'no-store'
11
})
12
13
if (!result.ok) {
0 commit comments