Skip to content

Commit abcb290

Browse files
committed
Added: doc tweak
1 parent f987428 commit abcb290

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
@@ -943,7 +943,7 @@ _See [use case](../src/files/domain/useCases/AddUploadedFilesToDataset.ts) imple
943943

944944
The `datasetId` parameter can be a string, for persistent identifiers, or a number, for numeric identifiers.
945945

946-
The `uploadedFileDTOs` parameter is an array of [UploadedFileDTO](../src/files/domain/dtos/UploadedFileDTO.ts) and includes properties related to the uploaded files. These properties should be calculated from the uploaded File Blob objects and the resulting storage identifiers from the Upload File use case.
946+
The `uploadedFileDTOs` parameter is an array of [UploadedFileDTO](../src/files/domain/dtos/UploadedFileDTO.ts) and includes properties related to the uploaded files. Some of these properties should be calculated from the uploaded File Blob objects and the resulting storage identifiers from the Upload File use case.
947947

948948
##### Error handling:
949949

0 commit comments

Comments
 (0)