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 77c342c commit da033d2Copy full SHA for da033d2
src/App.jsx
@@ -19,7 +19,7 @@ function App() {
19
useEffect(() => {
20
fetch("https://api.github.com/search/repositories?q=stars:>10000", {
21
headers: {
22
- Authorization: "Bearer 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",
+ Authorization: "Bearer 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",
23
},
24
})
25
.then((response) => response.json())
0 commit comments