Remove incorrect/redundant API type field
This commit is contained in:
parent
b36e7410c5
commit
5c70d2cf49
@ -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"`
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user