From f18c0618885a54d590dbae3dca9e67bd3b41801e Mon Sep 17 00:00:00 2001 From: yassinedorbozgithub Date: Sat, 5 Apr 2025 22:25:59 +0100 Subject: [PATCH] fix: update doc comment of aggregateWithCount method --- api/src/nlp/repositories/nlp-value.repository.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/src/nlp/repositories/nlp-value.repository.ts b/api/src/nlp/repositories/nlp-value.repository.ts index 5ae353b3..05f716b0 100644 --- a/api/src/nlp/repositories/nlp-value.repository.ts +++ b/api/src/nlp/repositories/nlp-value.repository.ts @@ -123,10 +123,10 @@ export class NlpValueRepository extends BaseRepository< /** * Performs an aggregation to retrieve NLP values with their sample counts. * + * @param format - The format can be full or stub * @param pageQuery - The pagination parameters * @param filterQuery - The filter criteria - * @param populatePipelineStages - Optional additional pipeline stages for populating related data - * @returns Aggregated results with sample counts + * @returns Aggregated Nlp Value results with sample counts */ private async aggregateWithCount( format: F,