Skip to content

Commit 942ae75

Browse files
authored
Update PublishCollection.ts
fix Publish Collection use case documentation
1 parent 14a99ff commit 942ae75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/collections/domain/useCases/PublishCollection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export class PublishCollection implements UseCase<void> {
99
}
1010

1111
/**
12-
* Publishes a collection, given its identifier and the type of version update type.
12+
* Publishes a collection, given its identifier.
1313
*
1414
* @param {number | string} [collectionIdOrAlias] - The collection identifier, which can be a string (for collection alias), or a number (for numeric identifiers).
1515
* @returns {Promise<void>} - This method does not return anything upon successful completion.

0 commit comments

Comments
 (0)