From c454162d7d8a06c54e5e114fbdba1919dddb26d8 Mon Sep 17 00:00:00 2001 From: Alessio Date: Fri, 18 Aug 2023 16:42:25 -0300 Subject: [PATCH] Fix lint error --- pkg/persistence/compound_queries.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/persistence/compound_queries.go b/pkg/persistence/compound_queries.go index da19c88..8d8f2e3 100644 --- a/pkg/persistence/compound_queries.go +++ b/pkg/persistence/compound_queries.go @@ -282,7 +282,7 @@ func (p Profile) GetTweetDetail(id TweetID) (TweetDetailView, error) { // TODO: compound-query-structs type FeedItem struct { TweetID - RetweetID TweetID + RetweetID TweetID QuoteNestingLevel int } type Feed struct {