Skip to content

Commit

Permalink
fix: Linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
sashko9807 committed Jun 19, 2024
1 parent 7376710 commit 5848f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/notifications/dto/massmail.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class MassMailDto {
@Expose()
@IsNumber()
@IsOptional()
chunkSize: number = 1000
chunkSize = 1000

//Remove users registered after the dateThreshold from mail list
@ApiProperty()
Expand Down

0 comments on commit 5848f97

Please sign in to comment.