Skip to content

Commit 8515a88

Browse files
committed
revert: remove dot to test push
1 parent fbe4c7a commit 8515a88

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
@@ -1372,7 +1372,7 @@ The `fileId` parameter can be a string, for persistent identifiers, or a number,
13721372

13731373
The `uploadedFileDTO` parameter is a [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.
13741374

1375-
The use case returns a number, which is the identifier of the new file
1375+
The use case returns a number, which is the identifier of the new file.
13761376

13771377
#### Restrict or Unrestrict a File
13781378

0 commit comments

Comments
 (0)