chore: cleanup

This commit is contained in:
hurxxxx 2025-02-27 23:16:52 +09:00
parent 203dfdedf1
commit c5cfcc1229

View File

@ -130,8 +130,6 @@ async function downloadOneDriveFile(fileInfo: any): Promise<Blob> {
return await downloadResponse.blob(); return await downloadResponse.blob();
} }
// OneDrive 피커 결과 인터페이스 정의
// Open OneDrive file picker and return selected file metadata // Open OneDrive file picker and return selected file metadata
export async function openOneDrivePicker(): Promise<any | null> { export async function openOneDrivePicker(): Promise<any | null> {
if (typeof window === 'undefined') { if (typeof window === 'undefined') {