Skip to content
This repository was archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ksk001100 committed Dec 4, 2019
1 parent c8a406d commit 6fc11e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitter/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

// Lists lists function
func Lists(api *anaconda.TwitterApi, v url.Values) {
user, err := api.GetSelf(v)
user, _ := api.GetSelf(v)
lists, err := api.GetListsOwnedBy(user.Id, v)

if err != nil {
Expand Down

0 comments on commit 6fc11e2

Please sign in to comment.