Skip to content

Commit 650f9d8

Browse files
author
Wade
committed
use TimelineV2
1 parent 0ed55db commit 650f9d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timeline_v2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ func (timeline *retweetersTimelineV2) parseUsers() ([]*Profile, string) {
309309
}
310310

311311

312-
func (timeline *timelineV2) ParseUsers() ([]*Profile, string) {
312+
func (timeline *TimelineV2) ParseUsers() ([]*Profile, string) {
313313
var cursor string
314314
var users []*Profile
315315
for _, instruction := range timeline.Data.User.Result.Timeline.Timeline.Instructions {

0 commit comments

Comments
 (0)