Skip to content

Commit

Permalink
fix user tl not loading sometimes
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdenGD committed Sep 15, 2023
1 parent 6bd7943 commit 6995058
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/apis.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ function parseTweet(res) {
}
if(
result.quoted_status_result &&
result.quoted_status_result.result &&
result.quoted_status_result.result.legacy &&
result.quoted_status_result.result.core &&
result.quoted_status_result.result.core.user_results.result.legacy
Expand Down

0 comments on commit 6995058

Please sign in to comment.