Removed test throw

This commit is contained in:
dangered wolf 2023-08-21 03:11:30 -04:00
parent 2061d4a5e8
commit 07aa63348f
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -131,7 +131,6 @@ export const twitterFetch = async (
headers: headers
});
console.log('Elongator request successful');
throw 'asdhasdhbsa';
} else {
apiRequest = await fetch(url, {
method: 'GET',