Skip to content

Commit c286434

Browse files
committed
un commit
1 parent efa22f0 commit c286434

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/api/repo/route.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export async function GET() {
77
headers: {
88
"Authorization": process.env.SECRET_TOKEN!,
99
},
10-
cache: 'no-store'
1110
})
1211

1312
if (!result.ok) {

0 commit comments

Comments
 (0)