fix(api): remove unnecessary JSDoc

This commit is contained in:
yassinedorbozgithub 2025-06-17 16:11:24 +01:00
parent 3ae6b5bc29
commit 7f25a40cf7

View File

@ -109,8 +109,6 @@ export class NlpService {
* *
* @param _query - The Mongoose query object used for deletion. * @param _query - The Mongoose query object used for deletion.
* @param criteria - The filter criteria for finding the nlpEntities to be deleted. * @param criteria - The filter criteria for finding the nlpEntities to be deleted.
*
* @returns {Promise<void>} A promise that resolves once the event is emitted.
*/ */
@OnEvent('hook:nlpEntity:preDelete') @OnEvent('hook:nlpEntity:preDelete')
async handleEntityDelete( async handleEntityDelete(
@ -191,8 +189,6 @@ export class NlpService {
* *
* @param _query - The Mongoose query object used for deletion. * @param _query - The Mongoose query object used for deletion.
* @param criteria - The filter criteria for finding the nlpValues to be deleted. * @param criteria - The filter criteria for finding the nlpValues to be deleted.
*
* @returns {Promise<void>} A promise that resolves once the event is emitted.
*/ */
@OnEvent('hook:nlpValue:preDelete') @OnEvent('hook:nlpValue:preDelete')
async handleValueDelete( async handleValueDelete(