OWASP/Nest

Remove this redundant

Aberta

#4.588 aberto em 27 de abr. de 2026

 (5 comentários) (0 reação) (0 responsável)Python (651 forks)auto 404
good first issue

Métricas do repositório

Stars
 (412 estrelas)
Métricas de merge de PR
 (Mesclagem média 2d 12h) (128 fundiu PRs em 30d)

Description

Description

SonarCloud reports a violation of rule typescript:S4623 "undefined" should not be passed as the value of optional parameters. So Remove this redundant "undefined".

Sonar Issue

https://sonarcloud.io/project/issues?open=AZyR-cD2EbJaH5UN48Px&id=OWASP_Nest

Affected code

          expect(validateEndDate('2024-01-01', undefined)).toBeUndefined()

Guia do colaborador