mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 02:20:54 +01:00
Fix unit tests
This commit is contained in:
parent
0401399b7c
commit
de721149d2
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ export const fetchUsingGuest = 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. */
|
||||||
activate = await fetch(guestTokenRequest);
|
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