Merge branch 'next'
This commit is contained in:
commit
fe02b9e6af
|
@ -104,9 +104,6 @@ func (c *Client) GetAccountFollowers(ctx context.Context, id int64) ([]*Account,
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
for _, a := range accounts {
|
|
||||||
println(a.Username)
|
|
||||||
}
|
|
||||||
total = append(total, accounts...)
|
total = append(total, accounts...)
|
||||||
if !next {
|
if !next {
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in New Issue
Block a user