mirror of
https://github.com/open-webui/open-webui
synced 2025-03-09 14:10:46 +00:00
chore: cleanup
This commit is contained in:
parent
203dfdedf1
commit
c5cfcc1229
@ -130,8 +130,6 @@ async function downloadOneDriveFile(fileInfo: any): Promise<Blob> {
|
||||
return await downloadResponse.blob();
|
||||
}
|
||||
|
||||
// OneDrive 피커 결과 인터페이스 정의
|
||||
|
||||
// Open OneDrive file picker and return selected file metadata
|
||||
export async function openOneDrivePicker(): Promise<any | null> {
|
||||
if (typeof window === 'undefined') {
|
||||
|
Loading…
Reference in New Issue
Block a user