Skip to content

Commit

Permalink
Update delete_tweet.js
Browse files Browse the repository at this point in the history
missing ','

Signed-off-by: Manu <[email protected]>
  • Loading branch information
RealMrBread authored Sep 3, 2024
1 parent 8c63446 commit 573c836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Manage-Tweets/delete_tweet.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ async function getRequest({ oauth_token, oauth_token_secret }) {
headers: {
Authorization: authHeader["Authorization"],
"user-agent": "v2DeleteTweetJS",
"content-type": "application/json"
"content-type": "application/json",
accept: "application/json",
},
});
Expand Down

0 comments on commit 573c836

Please sign in to comment.