We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 203dfde commit c5cfcc1Copy full SHA for c5cfcc1
src/lib/utils/onedrive-file-picker.ts
@@ -130,8 +130,6 @@ async function downloadOneDriveFile(fileInfo: any): Promise<Blob> {
130
return await downloadResponse.blob();
131
}
132
133
-// OneDrive 피커 결과 인터페이스 정의
134
-
135
// Open OneDrive file picker and return selected file metadata
136
export async function openOneDrivePicker(): Promise<any | null> {
137
if (typeof window === 'undefined') {
0 commit comments