From 98708b67e883fd1dc70380ef8b29cd5a76a99cc2 Mon Sep 17 00:00:00 2001 From: souravbhowmik1999 Date: Tue, 1 Oct 2024 18:09:35 +0530 Subject: [PATCH] add --- src/cohort/dto/cohort-search.dto.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cohort/dto/cohort-search.dto.ts b/src/cohort/dto/cohort-search.dto.ts index 7ba54c8..68f7a16 100644 --- a/src/cohort/dto/cohort-search.dto.ts +++ b/src/cohort/dto/cohort-search.dto.ts @@ -122,6 +122,7 @@ export class CohortSearchDto { @IsNumber() limit: number; + @ApiPropertyOptional({ type: Number, description: "Offset",