Browse Source

refactor: Update Google Drive file upload logging with dynamic token

Taylor Wilsdon (aider) 4 months ago
parent
commit
1dce50df12
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/components/chat/Chat.svelte

+ 1 - 1
src/lib/components/chat/Chat.svelte

@@ -355,7 +355,7 @@
 			name: fileData.name,
 			name: fileData.name,
 			url: fileData.url,
 			url: fileData.url,
 			headers: {
 			headers: {
-				Authorization: 'Bearer [REDACTED]'
+				Authorization: `Bearer ${token}`
 			}
 			}
 		});
 		});