From e121e1abaf2ebe458622fbe800b786a08593c9a4 Mon Sep 17 00:00:00 2001 From: dragongoose Date: Fri, 5 Sep 2025 11:08:54 -0400 Subject: [PATCH] Why.. --- src/mixins.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mixins.ts b/src/mixins.ts index 5a62238..6991ce3 100644 --- a/src/mixins.ts +++ b/src/mixins.ts @@ -114,7 +114,7 @@ export async function followersStreaming(streamers: string[], cursor: number): P } await postEndpoint('api/users/isLive/bulk', payload).then((data: string[]) => { - res = [...res, ...data] + res = data }) return res