Skip to content

Commit 64293b9

Browse files
committed
Fix docs explaining how to download xlsx
1 parent 1f5b34d commit 64293b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build-apps/write-javascript/built-in-javascript-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ utils.downloadFile(query1.data, "users-data.xlsx")
8181

8282
// Example: Download the results of query1 as a XLXS file named users-data.
8383
utils.downloadFile(restApiQuery.data, "users-data", {
84-
fileType: "pdf",
84+
fileType: "xlsx",
8585
dataType: "base64",
8686
})
8787
```

0 commit comments

Comments
 (0)