fix(api): remove unnecessary JSDoc

This commit is contained in:
yassinedorbozgithub 2025-06-17 16:12:21 +01:00
parent 7f25a40cf7
commit 0576b60af2
2 changed files with 0 additions and 4 deletions

View File

@ -793,8 +793,6 @@ export class BlockService extends BaseService<
*
* @param _query - The Mongoose query object used for deletion.
* @param criteria - The filter criteria for finding the labels to be deleted.
*
* @returns {Promise<void>} A promise that resolves once the event is emitted.
*/
@OnEvent('hook:label:preDelete')
async handleLabelPreDelete(

View File

@ -265,8 +265,6 @@ export class SubscriberService extends BaseService<
*
* @param _query - The Mongoose query object used for deletion.
* @param criteria - The filter criteria for finding the labels to be deleted.
*
* @returns {Promise<void>} A promise that resolves once the event is emitted.
*/
@OnEvent('hook:label:preDelete')
async handleLabelDelete(