From a5ae979dba586526b18f9a2a08f2748b3968aea0 Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Wed, 3 May 2023 01:24:20 -0700 Subject: util: add pagination field to followees output --- util/twitch.cr | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util/twitch.cr') 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 -- cgit v1.2.3