From d5452d822861414622a35afc0a3f6c909308b851 Mon Sep 17 00:00:00 2001 From: bracesproul Date: Thu, 10 Apr 2025 12:44:17 -0700 Subject: [PATCH] cr --- src/providers/Stream.tsx | 3 --- 1 file changed, 3 deletions(-) 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(() => {