Skip to content

Commit

Permalink
fix settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdenGD committed Nov 19, 2024
1 parent cb4953f commit 231044c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/apis.js
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ const API = {
}
fetch(`https://api.${location.hostname}/1.1/account/settings.json`, {
headers: {
"authorization": OLDTWITTER_CONFIG.public_token,
"authorization": OLDTWITTER_CONFIG.oauth_key,
"x-csrf-token": OLDTWITTER_CONFIG.csrf,
"x-twitter-auth-type": "OAuth2Session",
},
Expand Down

0 comments on commit 231044c

Please sign in to comment.