please work this time
This commit is contained in:
parent
3446b63768
commit
a4a714a561
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ export default function LivestreamLink(props: Props) {
|
|||
|
||||
React.useEffect(() => {
|
||||
function fetchIsStreaming() {
|
||||
// $FlowFixMe Bitwave's API can handle garbage
|
||||
fetch(`${BITWAVE_API}/${livestreamChannelId}`)
|
||||
.then((res) => res.json())
|
||||
.then((res) => {
|
||||
|
|
Loading…
Reference in a new issue