We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20337f5 commit 0ee5d25Copy full SHA for 0ee5d25
src/contactInfo/domain/useCases/SubmitContactInfo.ts
@@ -14,7 +14,7 @@ export class SubmitContactInfo implements UseCase<Contact[]> {
14
* Submits contact information and returns a Contact model containing the submitted data.
15
*
16
* @param {ContactDTO} contactDTO - The contact information to be submitted.
17
- * @returns {Promise<Contact[]>} A promise resolving to a ContactDTO.
+ * @returns {Promise<Contact[]>} A promise resolving to a list of contact.
18
*/
19
20
async execute(contactDTO: ContactDTO): Promise<Contact[]> {
0 commit comments