Skip to content

Commit e4f09f9

Browse files
committed
fix docs (copy/paste error) #363
1 parent 5cad35d commit e4f09f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/useCases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@ import { getDatasetAvailableDatasetTypes } from '@iqss/dataverse-client-javascri
11251125

11261126
/* ... */
11271127

1128-
getDatasetAvailableDatasetTypes.execute().then((categories: String[]) => {
1128+
getDatasetAvailableDatasetTypes.execute().then((datasetTypes: DatasetType[]) => {
11291129
/* ... */
11301130
})
11311131
```

0 commit comments

Comments
 (0)