Skip to content

Commit c5cfcc1

Browse files
committed
chore: cleanup
1 parent 203dfde commit c5cfcc1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/utils/onedrive-file-picker.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ async function downloadOneDriveFile(fileInfo: any): Promise<Blob> {
130130
return await downloadResponse.blob();
131131
}
132132

133-
// OneDrive 피커 결과 인터페이스 정의
134-
135133
// Open OneDrive file picker and return selected file metadata
136134
export async function openOneDrivePicker(): Promise<any | null> {
137135
if (typeof window === 'undefined') {

0 commit comments

Comments
 (0)