mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-13 06:11:00 +01:00
Remove guest token elongator commented code
This commit is contained in:
parent
265292548d
commit
bdd83d0659
1 changed files with 0 additions and 4 deletions
|
@ -85,11 +85,7 @@ export const twitterFetch = async (
|
||||||
|
|
||||||
This can effectively mean virtually unlimited (read) access to Twitter's API,
|
This can effectively mean virtually unlimited (read) access to Twitter's API,
|
||||||
which is very funny. */
|
which is very funny. */
|
||||||
// if (useElongator) {
|
|
||||||
// activate = await TwitterProxy.fetch(guestTokenRequest.clone());
|
|
||||||
// } else {
|
|
||||||
activate = await fetch(guestTokenRequest.clone());
|
activate = await fetch(guestTokenRequest.clone());
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Let's grab that guest_token so we can use it */
|
/* Let's grab that guest_token so we can use it */
|
||||||
|
|
Loading…
Add table
Reference in a new issue