Skip to content

Commit

Permalink
added more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
p0t4t0sandwich committed Apr 24, 2024
1 parent 3741682 commit c7301c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/auth/linking/twitch.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ func TwitchRevokeToken(accessToken string) error {
return err
}

log.Println(data.Encode())

req.Header.Set("Content-Type", "application/x-www-form-urlencoded")

client := &http.Client{}
Expand Down

0 comments on commit c7301c2

Please sign in to comment.