Skip to content

Commit 73e0b1e

Browse files
authored
fix casing on filename
1 parent c1b9f32 commit 73e0b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tasks/LargeFileUploadTask.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ _You can pass in the customized options using LargeFileUploadTask_
104104

105105
```typescript
106106
async function largeFileUpload(client, file) {
107-
const filename = file.name;
107+
const fileName = file.name;
108108
const driveId = "<YOUR_DRIVE_ID>";
109109
const path = "<LOCATION_TO_STORE_FILE>";
110110
try {

0 commit comments

Comments
 (0)