From d231ef6cc23f68e06a69066ccdb911e3c3eb4ae0 Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Mon, 21 Aug 2023 03:41:43 -0400 Subject: [PATCH] Fix test --- src/fetch.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fetch.ts b/src/fetch.ts index a29046c..c5fc6ed 100644 --- a/src/fetch.ts +++ b/src/fetch.ts @@ -159,11 +159,11 @@ export const twitterFetch = async ( continue; } - // @ts-expect-error This is safe due to optional chaining if ( !wasElongatorDisabled && !useElongator && typeof TwitterProxy !== 'undefined' && + // @ts-expect-error This is safe due to optional chaining (response as TweetResultsByRestIdResult)?.data?.tweetResult?.result?.reason === 'NsfwLoggedOut' ) {