Remove guest token elongator commented code

This commit is contained in:
dangered wolf 2023-04-10 22:28:55 -04:00
parent 265292548d
commit bdd83d0659
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -85,11 +85,7 @@ export const twitterFetch = async (
This can effectively mean virtually unlimited (read) access to Twitter's API,
which is very funny. */
// if (useElongator) {
// activate = await TwitterProxy.fetch(guestTokenRequest.clone());
// } else {
activate = await fetch(guestTokenRequest.clone());
// }
}
/* Let's grab that guest_token so we can use it */