Fix lint error

This commit is contained in:
Alessio 2022-10-15 12:47:41 -04:00
parent d647307097
commit 6de2d670e8
2 changed files with 2 additions and 500 deletions

File diff suppressed because one or more lines are too long

View File

@ -161,7 +161,7 @@ func ParseSingleTweet(apiTweet APITweet) (ret Tweet, err error) {
continue
}
new_video := ParseAPIVideo(entity, ret.ID) // This assigns TweetID
new_video := ParseAPIVideo(entity, ret.ID) // This assigns TweetID
ret.Videos = append(ret.Videos, new_video)
// Remove the thumbnail from the Images list