Fix lint error

This commit is contained in:
Alessio 2023-08-18 16:42:25 -03:00
parent ff11fdf1af
commit c454162d7d

View File

@ -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 {