Why..
This commit is contained in:
+1
-1
@@ -114,7 +114,7 @@ export async function followersStreaming(streamers: string[], cursor: number): P
|
|||||||
}
|
}
|
||||||
|
|
||||||
await postEndpoint('api/users/isLive/bulk', payload).then((data: string[]) => {
|
await postEndpoint('api/users/isLive/bulk', payload).then((data: string[]) => {
|
||||||
res = [...res, ...data]
|
res = data
|
||||||
})
|
})
|
||||||
|
|
||||||
return res
|
return res
|
||||||
|
|||||||
Reference in New Issue
Block a user