diff --git a/pkg/scraper/api_types_v2.go b/pkg/scraper/api_types_v2.go index b3d8186..725389f 100644 --- a/pkg/scraper/api_types_v2.go +++ b/pkg/scraper/api_types_v2.go @@ -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 {