Sfoglia il codice sorgente

refactor: Update Google Drive file upload logging with dynamic token

Taylor Wilsdon (aider) 4 mesi fa
parent
commit
1dce50df12
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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}`
 			}
 		});