mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Fix test
This commit is contained in:
parent
7c85ac86b0
commit
d231ef6cc2
1 changed files with 1 additions and 1 deletions
|
@ -159,11 +159,11 @@ export const twitterFetch = async (
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// @ts-expect-error This is safe due to optional chaining
|
|
||||||
if (
|
if (
|
||||||
!wasElongatorDisabled &&
|
!wasElongatorDisabled &&
|
||||||
!useElongator &&
|
!useElongator &&
|
||||||
typeof TwitterProxy !== 'undefined' &&
|
typeof TwitterProxy !== 'undefined' &&
|
||||||
|
// @ts-expect-error This is safe due to optional chaining
|
||||||
(response as TweetResultsByRestIdResult)?.data?.tweetResult?.result?.reason ===
|
(response as TweetResultsByRestIdResult)?.data?.tweetResult?.result?.reason ===
|
||||||
'NsfwLoggedOut'
|
'NsfwLoggedOut'
|
||||||
) {
|
) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue