Skip to content

Commit 4a70b05

Browse files
Merge pull request #255 from gidsg/fix-case
fix casing on filename example variable
2 parents da8d0f3 + e920fad commit 4a70b05

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)