From 5c70d2cf49859476fa3ae64fd3227738ae86109d Mon Sep 17 00:00:00 2001 From: Alessio Date: Thu, 8 Jun 2023 14:22:04 -0300 Subject: [PATCH] Remove incorrect/redundant API type field --- scraper/api_types_v2.go | 1 - 1 file changed, 1 deletion(-) 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"` }