remove unused
This commit is contained in:
parent
3e264a6a3b
commit
d368ad2f91
1 changed files with 0 additions and 4 deletions
|
@ -54,10 +54,6 @@ func NewClient(clientID string, clientSecret string) Client {
|
|||
}
|
||||
}
|
||||
|
||||
type userResponse struct {
|
||||
Data []UserData `json:"data"`
|
||||
}
|
||||
|
||||
// UserData exported data from twitch
|
||||
type UserData struct {
|
||||
ID string `json:"id"`
|
||||
|
|
Loading…
Add table
Reference in a new issue