瀏覽代碼

chore: cleanup

hurxxxx 2 月之前
父節點
當前提交
c5cfcc1229
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/lib/utils/onedrive-file-picker.ts

+ 0 - 2
src/lib/utils/onedrive-file-picker.ts

@@ -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') {