diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/twitch.cr | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/twitch.cr b/util/twitch.cr index 077abe0..87908ae 100644 --- a/util/twitch.cr +++ b/util/twitch.cr @@ -232,6 +232,8 @@ def list_user_followees( settings, client ) pp user end + pp follows["pagination"] + end end |