From 07aa63348fa47761acb0618de1f4c0f4c67b91a4 Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Mon, 21 Aug 2023 03:11:30 -0400 Subject: [PATCH] Removed test throw --- src/fetch.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fetch.ts b/src/fetch.ts index c434de6..509b55c 100644 --- a/src/fetch.ts +++ b/src/fetch.ts @@ -131,7 +131,6 @@ export const twitterFetch = async ( headers: headers }); console.log('Elongator request successful'); - throw 'asdhasdhbsa'; } else { apiRequest = await fetch(url, { method: 'GET',