Skip to content

Commit 0ee5d25

Browse files
committed
fix: one typo in Contact use case
1 parent 20337f5 commit 0ee5d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contactInfo/domain/useCases/SubmitContactInfo.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export class SubmitContactInfo implements UseCase<Contact[]> {
1414
* Submits contact information and returns a Contact model containing the submitted data.
1515
*
1616
* @param {ContactDTO} contactDTO - The contact information to be submitted.
17-
* @returns {Promise<Contact[]>} A promise resolving to a ContactDTO.
17+
* @returns {Promise<Contact[]>} A promise resolving to a list of contact.
1818
*/
1919

2020
async execute(contactDTO: ContactDTO): Promise<Contact[]> {

0 commit comments

Comments
 (0)