Skip to content

Commit fd1779c

Browse files
committed
make prettier happy #370
1 parent 6f5df7b commit fd1779c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/useCases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,7 +1208,7 @@ import { linkDatasetTypeWithMetadataBlocks } from '@iqss/dataverse-client-javasc
12081208

12091209
/* ... */
12101210

1211-
linkDatasetTypeWithMetadataBlocks.execute(datasetTypeId, ["geospatial"]).then(() => {
1211+
linkDatasetTypeWithMetadataBlocks.execute(datasetTypeId, ['geospatial']).then(() => {
12121212
/* ... */
12131213
})
12141214
```
@@ -1226,7 +1226,7 @@ import { setAvailableLicensesForDatasetType } from '@iqss/dataverse-client-javas
12261226

12271227
/* ... */
12281228

1229-
setAvailableLicensesForDatasetType.execute(datasetTypeId, ["CC BY 4.0"]).then(() => {
1229+
setAvailableLicensesForDatasetType.execute(datasetTypeId, ['CC BY 4.0']).then(() => {
12301230
/* ... */
12311231
})
12321232
```

0 commit comments

Comments
 (0)