OWASP/Nest

Remove this redundant

Offen

#4.588 geöffnet am 27.04.2026

 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (651 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (412 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 2T 12h) (128 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide