Skip to content

Commit 8123fad

Browse files
committed
uncommit change
1 parent f7a7a62 commit 8123fad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/api/repo/route.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ export async function GET() {
66
method: 'GET',
77
headers: {
88
"Authorization": process.env.SECRET_TOKEN!,
9-
},
10-
cache: "no-cache"
9+
}
1110
})
1211

1312
if (!result.ok) {

0 commit comments

Comments
 (0)