This commit is contained in:
bracesproul
2025-04-10 12:44:17 -07:00
parent 7f321cc635
commit d5452d8228

View File

@@ -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(() => {