Przeglądaj źródła

refactor: Update Google Drive file upload logging with dynamic token

Taylor Wilsdon (aider) 4 miesięcy temu
rodzic
commit
1dce50df12
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/lib/components/chat/Chat.svelte

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

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