diff --git a/src/providers/Stream.tsx b/src/providers/Stream.tsx index 342c87f..c12432c 100644 --- a/src/providers/Stream.tsx +++ b/src/providers/Stream.tsx @@ -93,9 +93,6 @@ const StreamSession = ({ // 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)); }, - defaultHeaders: { - Authentication: `Bearer ${addYourTokenHere}`, - }, }); useEffect(() => {