Skip to content

Commit

Permalink
improved test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-Afro committed Jan 3, 2025
1 parent ae1d4ac commit 347e03a
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,5 @@ export class EncryptDto {
@ApiProperty()
@IsNotEmpty()
@IsString()
public plainText: string;

constructor(encryptDto: EncryptDto) {
this.plainText = encryptDto.plainText;
}
public plainText!: string;
}

0 comments on commit 347e03a

Please sign in to comment.