Fix lint error

This commit is contained in:
Alessio 2024-03-18 22:32:30 -07:00
parent 898ad163ae
commit 750ad3031a

View File

@ -565,7 +565,7 @@ func (e APIV2Entry) ToTweetTrove() TweetTrove {
type APIV2Instruction struct {
Type string `json:"type"`
Entries []APIV2Entry `json:"entries"`
Entry APIV2Entry `json:"entry"`
Entry APIV2Entry `json:"entry"`
}
type APIV2Response struct {