From 7f25a40cf7115a4be6f4852683e01d28750faed0 Mon Sep 17 00:00:00 2001 From: yassinedorbozgithub Date: Tue, 17 Jun 2025 16:11:24 +0100 Subject: [PATCH] fix(api): remove unnecessary JSDoc --- api/src/nlp/services/nlp.service.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/api/src/nlp/services/nlp.service.ts b/api/src/nlp/services/nlp.service.ts index e1e56949..7ffff307 100644 --- a/api/src/nlp/services/nlp.service.ts +++ b/api/src/nlp/services/nlp.service.ts @@ -109,8 +109,6 @@ export class NlpService { * * @param _query - The Mongoose query object used for deletion. * @param criteria - The filter criteria for finding the nlpEntities to be deleted. - * - * @returns {Promise} A promise that resolves once the event is emitted. */ @OnEvent('hook:nlpEntity:preDelete') async handleEntityDelete( @@ -191,8 +189,6 @@ export class NlpService { * * @param _query - The Mongoose query object used for deletion. * @param criteria - The filter criteria for finding the nlpValues to be deleted. - * - * @returns {Promise} A promise that resolves once the event is emitted. */ @OnEvent('hook:nlpValue:preDelete') async handleValueDelete(