mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-04 18:10:56 +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,
|
||||
which is very funny. */
|
||||
activate = await fetch(guestTokenRequest);
|
||||
activate = await fetch(guestTokenRequest.clone());
|
||||
}
|
||||
|
||||
/* Let's grab that guest_token so we can use it */
|
||||
|
|
Loading…
Add table
Reference in a new issue