cr
This commit is contained in:
@@ -93,9 +93,6 @@ const StreamSession = ({
|
|||||||
// Wait for some seconds before fetching so we're able to get the new thread that was created.
|
// Wait for some seconds before fetching so we're able to get the new thread that was created.
|
||||||
sleep().then(() => getThreads().then(setThreads).catch(console.error));
|
sleep().then(() => getThreads().then(setThreads).catch(console.error));
|
||||||
},
|
},
|
||||||
defaultHeaders: {
|
|
||||||
Authentication: `Bearer ${addYourTokenHere}`,
|
|
||||||
},
|
|
||||||
});
|
});
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user