Fix unit tests

This commit is contained in:
dangered wolf 2022-08-25 03:23:14 -04:00
parent 0401399b7c
commit de721149d2
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -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 */