diff --git a/src/providers/twitter/conversation.ts b/src/providers/twitter/conversation.ts index 3fc449e..59381ff 100644 --- a/src/providers/twitter/conversation.ts +++ b/src/providers/twitter/conversation.ts @@ -62,7 +62,7 @@ export const fetchTweetDetail = async ( const conversation = _conversation as TweetDetailResult; const tweet = findTweetInBucket( status, - processResponse(conversation.data.threaded_conversation_with_injections_v2.instructions) + processResponse(conversation.data?.threaded_conversation_with_injections_v2?.instructions) ); if (tweet && isGraphQLTweet(tweet)) { return true;