Skip to content

Commit

Permalink
Add authorization token without expiration
Browse files Browse the repository at this point in the history
  • Loading branch information
adnana108 committed Jan 9, 2023
1 parent 77c342c commit c155040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function App() {
useEffect(() => {
fetch("https://api.github.com/search/repositories?q=stars:>10000", {
headers: {
Authorization: "Bearer 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",
Authorization: "Bearer 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",
},
})
.then((response) => response.json())
Expand Down

0 comments on commit c155040

Please sign in to comment.