From 750ad3031a0bddebfca1ebea9d15350cddc23e68 Mon Sep 17 00:00:00 2001 From: Alessio Date: Mon, 18 Mar 2024 22:32:30 -0700 Subject: [PATCH] Fix lint error --- pkg/scraper/api_types_v2.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {