This commit is contained in:
dragongoose
2025-09-05 11:08:54 -04:00
parent f91a273b30
commit e121e1abaf
+1 -1
View File
@@ -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