OWASP/Nest

Remove this redundant

Aperta

#4588 aperta il 27 apr 2026

 (5 commenti) (0 reazioni) (0 assegnatari)Python (651 fork)auto 404
good first issue

Metriche repository

Star
 (412 stelle)
Metriche merge PR
 (Merge medio 2g 12h) (128 PR mergiate in 30 g)

Descrizione

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()

Guida contributor