Skip to content

Commit da033d2

Browse files
committed
Add authorization token without expiration
1 parent 77c342c commit da033d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function App() {
1919
useEffect(() => {
2020
fetch("https://api.github.com/search/repositories?q=stars:>10000", {
2121
headers: {
22-
Authorization: "Bearer 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",
22+
Authorization: "Bearer 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",
2323
},
2424
})
2525
.then((response) => response.json())

0 commit comments

Comments
 (0)