소스 검색

refactor: Update Google Drive file upload logging with dynamic token

Taylor Wilsdon (aider) 5 달 전
부모
커밋
1dce50df12
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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}`
 			}
 		});