diff --git a/scraper/api_types_v2.go b/scraper/api_types_v2.go index 5e621bf..31f5507 100644 --- a/scraper/api_types_v2.go +++ b/scraper/api_types_v2.go @@ -315,7 +315,6 @@ func (api_v2_tweet APIV2Tweet) ToTweetTrove() TweetTrove { } type ItemContent struct { - EntryType string `json:"entryType"` // TODO: Assert this is always empty; looks like a typo ItemType string `json:"itemType"` TweetResults APIV2Result `json:"tweet_results"` }