Fix lint error
This commit is contained in:
parent
d647307097
commit
6de2d670e8
File diff suppressed because one or more lines are too long
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user