From cbb6a92931f4c74ea321af630331480629af4705 Mon Sep 17 00:00:00 2001 From: Michal Orlik Date: Mon, 3 Jan 2022 16:41:52 +0100 Subject: [PATCH] fix(getChannelSubscribers): fix for checking broadcasterType --- src/services/twitch/calls/getChannelSubscribers.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/services/twitch/calls/getChannelSubscribers.ts b/src/services/twitch/calls/getChannelSubscribers.ts index 4829c277643..85d0382a173 100644 --- a/src/services/twitch/calls/getChannelSubscribers.ts +++ b/src/services/twitch/calls/getChannelSubscribers.ts @@ -21,14 +21,14 @@ export async function getChannelSubscribers !isBotId(o.userId))); if (getSubscriptionsPaginated.find(o => isBotId(o.userId))) {