Remove incorrect/redundant API type field

This commit is contained in:
Alessio 2023-06-08 14:22:04 -03:00
parent b36e7410c5
commit 5c70d2cf49

View File

@ -315,7 +315,6 @@ func (api_v2_tweet APIV2Tweet) ToTweetTrove() TweetTrove {
} }
type ItemContent struct { type ItemContent struct {
EntryType string `json:"entryType"` // TODO: Assert this is always empty; looks like a typo
ItemType string `json:"itemType"` ItemType string `json:"itemType"`
TweetResults APIV2Result `json:"tweet_results"` TweetResults APIV2Result `json:"tweet_results"`
} }